Skip to content

Commit

Permalink
Updating with new utility installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dluman committed May 20, 2024
1 parent 67607d8 commit cbe4ce2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/utilinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ git clone https://github.com/term-world/term-util
cd term-util
cd libs
cd couchsurf
pip install .
pip install . --break-system-packages
cd ../gitit
pip install .
pip install . --break-system-packages
cd ../inventory
cd inventory
dotenv set INV_PATH ~/.inv
dotenv set INV_REGISTRY .registry
cd ..
pip install .
pip install . --break-system-packages
cd ../narrator
pip install .
pip install . --break-system-packages
cd ../helper
pip install .
pip install . --break-system-packages
cd ../resources
pip install .
pip install . --break-system-packages
cd ../worldlib
pip install .
pip install . --break-system-packages

0 comments on commit cbe4ce2

Please sign in to comment.