Skip to content
Snippets Groups Projects
Commit 421dc856 authored by jkerdreu's avatar jkerdreu
Browse files

SetupTools is not mandatory w/ uv


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3188 b32b6428-25c9-4566-ad07-03861ab6144f
parent 12f8d612
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ pip install --upgrade pip ...@@ -4,7 +4,7 @@ pip install --upgrade pip
svn co https://redmine.telecom-bretagne.eu/svn/xaal/code/Python/branches/0.7 ./xaal_svn svn co https://redmine.telecom-bretagne.eu/svn/xaal/code/Python/branches/0.7 ./xaal_svn
python3 -m venv ~/xaal_env python3 -m venv ~/xaal_env
source ~/xaal_env/bin/activate source ~/xaal_env/bin/activate
pip install setuptools
cd ~/xaal_svn && python3 ./install.py cd ~/xaal_svn && python3 ./install.py
mkdir ~/.xaal/ mkdir ~/.xaal/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment