Skip to content

Setting Up Your Environment #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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