We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the README.md , where say
After download, go to the directory, and run:
python setup.py install
Keep in mind that in Ubuntu (or similar distributions), the Python 2.7 sometimes is factory installed, then you have to:
sudo add-apt-repository ppa:jonathonf/python-3.7 sudo apt-get update sudo apt-get install python3.7 sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 0 sudo update-alternatives --config python3
sudo add-apt-repository ppa:jonathonf/python-3.7
sudo apt-get update
sudo apt-get install python3.7
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 0
sudo update-alternatives --config python3
After selecting version 3.7.
sudo su Enter your password and after, write
sudo su
python3 setup.py install (python setup.py install didn't work for me, but python3 setup.py install, yes)
python3 setup.py install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the README.md , where say
After download, go to the directory, and run:
python setup.py install
Keep in mind that in Ubuntu (or similar distributions), the Python 2.7 sometimes is factory installed, then you have to:
sudo add-apt-repository ppa:jonathonf/python-3.7
sudo apt-get update
sudo apt-get install python3.7
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 0
sudo update-alternatives --config python3
After selecting version 3.7.
sudo su
Enter your password and after, write
python3 setup.py install
(python setup.py install didn't work for me, but python3 setup.py install, yes)
The text was updated successfully, but these errors were encountered: