Installation¶
Note
OpenGSL requires Python 3.7+
Using Pip¶
pip install opengsl
Installation for local development¶
You can install the latest version of OpenGSL from our github repository.
git clone https://github.com/OpenGSL/OpenGSL
cd opengsl
pip install -e .