-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Oliver Zehentleitner edited this page Mar 14, 2024
·
1 revision
In order to install lucit-licensing-python
, please ensure that the requirements for your system are met.
Then install with python3 -m pip install lucit-licensing-python --upgrade
.
sudo apt-get install python3-dev gcc make
python3 -m pip install setuptools --upgrade
python3 -m pip install setuptools_rust --upgrade
python3 -m pip install wheel --upgrade
sudo apt-get install libffi-dev
sudo pip install --upgrade pip
sudo curl https://sh.rustup.rs -sSf | sh
sudo yum install python3-devel gcc make
python3 -m pip install setuptools --upgrade
python3 -m pip install setuptools_rust --upgrade
python3 -m pip install wheel --upgrade
sudo dnf install python3-devel gcc make
python3 -m pip install setuptools --upgrade
python3 -m pip install setuptools_rust --upgrade
python3 -m pip install wheel --upgrade
sudo zypper in python3-devel gcc make
python3 -m pip install setuptools --upgrade
python3 -m pip install setuptools_rust --upgrade
python3 -m pip install wheel --upgrade
apt-cyg install python3-devel gcc make
python3 -m pip install setuptools --upgrade
python3 -m pip install setuptools_rust --upgrade
python3 -m pip install wheel --upgrade
Do this to avoid the SSLCertVerificationError
on Mac.
python3 -m pip install setuptools --upgrade
python3 -m pip install setuptools_rust --upgrade
python3 -m pip install wheel --upgrade
Install "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
py -m pip install setuptools --upgrade
py -m pip install setuptools_rust --upgrade
py -m pip install wheel --upgrade
LUCIT Licensing Python is an open source project which welcomes contributions which can be anything from simple documentation fixes and reporting dead links to new features. To contribute follow this guide.