Skip to content

Setting Up Your Environment #1

@invisibleroads

Description

@invisibleroads

CRITICAL

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.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions