Installation#
With pip#
You can install the latest release of The Joker using pip:
pip install thejoker
Or, to install the latest development version, you can also use pip with the GitHub project link:
pip install git+https://github.com/adrn/thejoker.git
To install from source (i.e. from the cloned Git repository), also use pip:
cd /path/to/thejoker
pip install .
Dependencies#
See the pyproject.toml file for the most up-to-date list of dependencies.