Installing Pyter¶
Pyter is written in Python, and so to install it you will need a working Python 3 installation along with the standard package manager pip
Linux, macOS, and other Unix-like systems¶
You can use pip to install Pyter directly from the project GitHub::
pip install git+https://github.com/dylanhmorris/pyter.git
Alternatively, you can download the repository from GitHub, navigate to the top-level directory (containing pyproject.toml, and run:
pip install .