- Stable
- Download the release you wish to use.
- Unzip to the project directory where you will be using
utilities.py
- Current (Recommended)
- Clone this repository
- If you do not have your own
env.py
:- Remove ".template" from the
env.py.template
file - Set up your
env.py
with the correct settings for your environment
- Remove ".template" from the
- If you have an
env.py
, add the following to your file:import sys
sys.path.append("/path/to/utilities")
- Replace "/path/to/utilities" with the absolute path to the repository
- Import to your notebook or module using:
import utilities
orfrom utilities import...