Installing tome
Install from PyPI
tome is published to PyPi. The
recommended way to install tome is using pip
within a virtual environment.
This ensures that your project dependencies are isolated and managed
effectively:
- Create a virtual environment:
- Activate the virtual environment:
- Install tome using
pip
:
Now you can start using tome
Install from source as editable
For instructions on how to install tome as editable, please refer to the contributing guide.