Skip to content

Commit

Permalink
docs: update Makefile description
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <LRQ3000@gmail.com>
  • Loading branch information
lrq3000 committed Aug 15, 2023
1 parent 23b8eab commit de745cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Makefile runs tests and builds the package to upload to pypi
# To use this Makefile, pip install py-make
# To use this Makefile, pip install py3make
# then do: pymake <command>
# or: python.exe -m pymake <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,testmeta]`
Expand Down

0 comments on commit de745cc

Please sign in to comment.