You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2024. It is now read-only.
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,
The text was updated successfully, but these errors were encountered:
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.
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,
The text was updated successfully, but these errors were encountered: