Installation

Installation#

cd /path/to
git clone https://github.com/emilknudstrup/obscurae.git
cd /path/to/fetch_n_prep
python -m pip install .

or for an editable version

python -m pip install -e .

Testing#

You can test if the installation was successful by running the following command

python -c 'import obscurae; obscurae.test()'