Skip to content

Commit

Permalink
docs: update Makefile usage instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <LRQ3000@gmail.com>
  • Loading branch information
lrq3000 committed Jan 21, 2024
1 parent b41711c commit 5bc9f3c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# This Makefile runs tests and builds the package to upload to pypi
# To use this Makefile, pip install webactogram
# then do: webactogram <command>
# or: python.exe -m webactogram <command>
# You also need to pip install also other required modules: `pip install flake8 coverage twine pytest pytest-cov validate-pyproject[all] pytest-xdist rstcheck` , or simply `pip install --editable .[test]`
# To use this Makefile, pip install py3make
# then do: py3make <command>
# You also need to pip install also other required modules: `pip install --editable .[test]`
# Up to Python 3.9 included, nosetests was used, but from 3.10 onward, support for it was dropped since it is not maintained anymore, so that pytest and pytest-cov are used instead.
# Then, cd to this folder, and type `webactogram -p` to list all commands, then `webactogram <command>` to run the related entry.
# To test on multiple Python versions, install them, install also the C++ redistributables for each (so that Cython works), and then type `webactogram testtox`.
Expand Down

0 comments on commit 5bc9f3c

Please sign in to comment.