Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 598 Bytes

INSTALL.rst

File metadata and controls

29 lines (17 loc) · 598 Bytes

Installation

Common practice in the community is to set up a virtual environment

python -m venv --system-site-packages /path/to/env/pyshocks

Activate the environment with

source /path/to/env/pyshocks/bin/activate

Finally, just install the package with

python -m pip install -e .[dev]

which should download all the dependencies. See the official documentation for more details.

Conda

TODO for anyone using conda.