Skip to content

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:
$ python -m venv myenv
  • Activate the virtual environment:
$ source myenv/bin/activate
$ myenv\Scripts\activate
  • Install tome using pip:
$ pip install tomescripts

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.