Installation
This page provides steps on how to install the CompustatControls package.
Prerequisites
Ensure that you have Python 3.x installed. This package requires pandas and numpy. If you don’t have them already installed, the package setup will install them for you.
Installing from Source
Clone the repository or download the source code:
git clone https://your-git-repo-url.git
Navigate to the directory containing the setup.py file:
cd path-to-CompustatControls-directory
Install the package:
pip install .
Now, the CompustatControls package is installed and ready for use!
Note
Remember to activate your virtual environment before installing, if you are using one.
Updating the Package
To update the package, simply pull the latest changes from the repository and repeat the installation steps.
git pull origin main
pip install .