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
Copy file name to clipboardexpand all lines: docs/DevSetup.rst
+6-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ We highly recommend to use `Julius Haertl docker setup <https://github.com/juliu
5
5
6
6
Development of `nc-py-api` can be done on any OS as it is a **pure** Python package.
7
7
8
-
Suggested IDE: **PyCharm**, but of course you can use any IDE you like for this like **VS Code** or **Vim**.
8
+
.. note:: We suggest to use **PyCharm**, but of course you can use any IDE you like for this like **VS Code** or **Vim**.
9
9
10
10
Steps to setup up the development environment:
11
11
@@ -39,7 +39,11 @@ Steps to setup up the development environment:
39
39
40
40
pre-commit install
41
41
42
-
#. If ``deploy daemon`` is registered for AppAPI, register **nc_py_api** as an application with :command:`shell`::
42
+
#. Run `nc_py_api` with appropriate PyCharm configuration(``register_nc_py_api(xx)``) or if you are not using PyCharm execute this command in the :command:`shell`::
0 commit comments