Closed polsys closed 4 years ago
Use the existing pip functionality to simplify the CI script and development install instructions. It should be possible to install all development-time dependencies with pip install -e .[dev].
pip
pip install -e .[dev]
Use the existing
pip
functionality to simplify the CI script and development install instructions. It should be possible to install all development-time dependencies withpip install -e .[dev]
.