esonderegger / fecfile

a python parser for the .fec file format
https://esonderegger.github.io/fecfile/
Apache License 2.0
44 stars 13 forks source link

python setup.py install #23

Closed sblack4 closed 4 years ago

sblack4 commented 4 years ago

Describe the bug documentation bug

To Reproduce Getting started with local dev. Clone, create and source venv, then comes the install...

>  python setup.py                                                                                                                                                                                                                 
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

Expected behavior A clean install

Additional context It should be python setup.py install

:)