Closed sblack4 closed 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
python setup.py install
:)
Describe the bug documentation bug
To Reproduce Getting started with local dev. Clone, create and source venv, then comes the install...
Expected behavior A clean install
Additional context It should be
python setup.py install
:)