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
This assumes that the commands are executed from the root of the repository.
15
+
This assumes that the commands are executed from the root of the repository:
16
16
17
-
The project can be built and installed with ``python setup.py build`` and
17
+
- The project can be built and installed with ``python setup.py build`` and
18
18
``python setup.py install``.
19
-
The unit tests can be run with ``python setup.py test``.
20
-
The docs can be built with ``sphinx-build doc/ doc/_build``.
19
+
- The unit tests can be run with ``python setup.py test``. The tests can be run with `python2` and `python3` to check with both major python versions, if they are installed.
20
+
- The docs can be built with ``sphinx-build doc/ doc/_build``.
0 commit comments