Installation¶
PyCPET set-up¶
PyCPET is a Python package that is coded in Python3, tested on Linux operating systems (Mac testing soon).
PyCPET can be downloaded directory from the GitHub repository <https://github.com/pujanajmera/pycpet> (recommended) or installed via pip.
Installing PyCPET via pip (recommended for general users)¶
Install via pip:
pip install pycpet
Installing PyCPET from GitHub (recommended for developers)¶
Clone the repository:
git clone https://github.com/pujanajmera/pycpet.git
Change to the directory:
Install dependencies via conda:
conda env create -f environment.yml
Install the package:
pip install -e .