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