nauta icon indicating copy to clipboard operation
nauta copied to clipboard

What is developement environment?

Open nparkstar opened this issue 5 years ago • 2 comments

Is this a BUG REPORT or FEATURE REQUEST? (choose one): Just question.

Hi, Could you tell me about your developement environment? IDE and testing method? I'm not accustomed to python project and test for it, but I would like to use nauta modified on my needs. Should I develope on Linux or Can I do on Windows? I'm reading codes using PyCharm CE on Windows 10 now. Do I need more? I think your answer is very helpful.

Thank you,

nparkstar avatar Mar 23 '20 23:03 nparkstar

Hi, Regarding IDE, you can use whichever is most suitable for you (personally I've been using Pycharm or Visual Studio Code during work on Nauta). It would be best to work on either Linux (e.g. Ubuntu) or MacOS, nauta's CLI is currently not supported on Windows. You can run tests for the command line interface by executing make test in applications/cli directory (make test will simply start pytest runner for nctl unit tests). Other make commands for nctl, and requirements for developing the CLI, are briefly documented here: https://intelai.github.io/nauta/user-guide/actions/nctl.html.

Thanks, Mateusz

mateusz-ciesielski avatar Mar 24 '20 14:03 mateusz-ciesielski

Thank you very much.

nparkstar avatar Mar 26 '20 00:03 nparkstar