Installation Guide ================== Requirements ------------ - Python 3.8 or higher Installing with pip ------------------- For this, just run pip install forsys Installing from Anaconda and conda-forge ----------------------------------------- 1. Install the package ``` conda install forsys ``` Installing from source ---------------------- 1. Clone the repository ``` git clone ``` 2. Change to the directory ``` cd forsys ``` 3. Install the package ``` pip install . ```