-
-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Oliver Zehentleitner edited this page Mar 17, 2024
·
15 revisions
In order to install our modules, please ensure that the requirements for your system are met.
Then install the whole UNICORN Binance Suite with python3 -m pip install unicorn-binance-suite --upgrade
or simply replace "unicorn-binance-suite" with the module you explicitly want to install.
sudo apt-get install python3-dev python3-distutils 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 libssl-dev pkg-config
sudo pip install --upgrade pip
sudo curl https://sh.rustup.rs -sSf | sh # reboot afterwards!
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
UNICORN Binance Suite 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.