Skip to content
Snippets Groups Projects
Commit cea13729 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Update install.sh

parent 3a45be10
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/bash #!/usr/bin/bash
pip install --upgrade pip pip install --upgrade pip
svn co https://redmine.telecom-bretagne.eu/svn/xaal/code/Python/branches/0.7 ./xaal_svn git clone https://gitlab.imt-atlantique.fr/xaal/code/python/ ./xaal_git
python3 -m venv ~/xaal_env python3 -m venv ~/xaal_env
source ~/xaal_env/bin/activate source ~/xaal_env/bin/activate
cd ~/xaal_svn && python3 ./install.py cd ~/xaal_git && python3 ./install.py
mkdir ~/.xaal/ mkdir ~/.xaal/
echo xAAL|xaal-keygen|grep "key=" > ~/.xaal/xaal.ini echo xAAL|xaal-keygen|grep "key=" > ~/.xaal/xaal.ini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment