Install#
Paramak is distributed via PyPI and can be installed using pip.
pip install paramak
Developer Installation#
If you want to contribute to the paramak or then you might want to install the package in a more dynamic manner so that your changes to the code are readily available.
Download and install MiniConda, create a new python environment and activate the environment as covered in the installation procedure above.
Then clone the repository
git clone https://github.com/fusion-energy/paramak.git
Navigate to the paramak repository and within the terminal install the paramak package and the dependencies using pip with e -e (developer option).
cd paramak
pip install -e .