packaging: Bring dependencies up to date
- python 3.10 -> 3.11
This commit is contained in:
parent
9fde870c37
commit
4001692b52
25 changed files with 48 additions and 48 deletions
14
install
14
install
|
|
@ -4,12 +4,12 @@
|
|||
set -e
|
||||
|
||||
|
||||
sudo apt-get install -y python3.10 python3-pip
|
||||
python3.10 -m pip install --upgrade pip
|
||||
python3.10 -m pip install $1 ./eris
|
||||
sudo apt-get install -y python3.11 python3-pip
|
||||
python3.11 -m pip install --upgrade pip
|
||||
python3.11 -m pip install $1 ./eris
|
||||
eris --apt-install-tools
|
||||
# When developing...
|
||||
# python3.10 -m pip install -e ./eris
|
||||
# python3.10 -m pip install -e ./fill3
|
||||
# python3.10 -m pip install -e ./termstr
|
||||
# python3.10 -m pip install -e ./lscolors
|
||||
# python3.11 -m pip install -e ./eris
|
||||
# python3.11 -m pip install -e ./fill3
|
||||
# python3.11 -m pip install -e ./termstr
|
||||
# python3.11 -m pip install -e ./lscolors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue