Installation

Installation#

Pytransit can be installed from PyPI

pip install pytransit

or by cloning the repository from GitHub and running the setup script

git clone https://github.com/hpparvi/PyTransit.git
cd PyTransit
pip install .