-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
CRITICAL
- Ensure python >= 3.9 (see https://github.com/crosscompute/crosscompute#troubleshooting)
- Add instructions to upgrade to latest pip after activating virtualenv (pip install -U pip)
- Add check that crosscompute >= 0.9.0 (pip list | grep crosscompute)
GOOD
- Add installation instructions for Fedora 35
- Consider renaming virtualenv to crosscompute
- Consider adding reminder that if pip list | grep crosscompute shows 0.8.4.7, then ask reader to check that virtualenv is set up with python >= 3.9 (python --version)
- Consider renaming app to automation
sudo dnf -y install python3.9
# sudo apt -y install python3.9
python3.9 -m venv ~/.virtualenvs/crosscompute
source ~/.virtualenvs/crosscompute/bin/activate
pip install crosscompute>=0.9.0Metadata
Metadata
Assignees
Labels
No labels