Installation¶
Python Version¶
We recommend using the latest version of Python. carculator supports a Python 3.x environment.
Because carculator is still at an early development stage, we recommend installing it in a separate environment.
Using Conda environment¶
Create a conda environment:
conda create -n <name of the environment> python=3.7
Once your environment created, you should activate it:
conda activate <name of the environment>
And install the carculator library in your new environment via Conda:
conda install -c romainsacchi carculator
Using Pip¶
Use the following command to install the carculator via pip:
pip install carculator
Note
This will install the package and the required dependencies.