Skip to content
New issue

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

pip install #26

Open
dmccreary opened this issue Sep 2, 2023 · 2 comments
Open

pip install #26

dmccreary opened this issue Sep 2, 2023 · 2 comments

Comments

@dmccreary
Copy link
Collaborator

sudo apt-get update && sudo apt-get install python-pip python3-pip

@dmccreary
Copy link
Collaborator Author

pip must also be upgraded and we need to add the -H flag

sudo pip3 install --upgrade pip

@dmccreary
Copy link
Collaborator Author

Create a virtual environment for the ARL

sudo apt-get install python3-venv
python -m venv arl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant