Installation
Using pip
To use synthpy, first install it using pip:
(.venv) $ pip install synthPy
In an anaconda environment
To use synthpy, first install it in your local anaconda enviroment:
(.venv) $ conda install synthPy
From github
To use synthpy, download the raw code from out github.
You can clone the repository directly for the latest changes:
(.venv) $ git clone https://github.com/MAGPIE-ICL/synthPy.git
Or you can download a specific release:
(.venv) $ <command to install a release>
Alternatively install using the github app or by cloning/installing a release directly from the github repository