Installation
Basic
To install bartiq
run:
Info
If you wish to use the package's jupyter integrations, run pip install "bartiq[jupyter]"
instead.
From Source
For a source install run:
# Clone bartiq repo (you can use HTTP link as well)
git clone git@github.com:PsiQ/bartiq.git
cd bartiq
pip install .
Info
If you wish to use the package's jupyter integrations, run pip install ".[jupyter]"
instead.
Development
For development we recommend installing using poetry
:
Info
If you wish to use the package's jupyter integrations, run poetry install -E jupyter
instead.
This will create a virtual environment for you and install all developer and docs dependencies within it.
To enter this environment run:
Tests
To run the test suite, from the project root directory run:
Documentation
To build docs, from the project root directory run: