This website requires JavaScript.
Explore
Help
Sign in
ahamilton
/
eris
Watch
1
Star
0
Fork
You've already forked eris
0
Code
Releases
Activity
6ec0d4e1ff
eris
/
install
10 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Create an install script.
2021-10-31 22:49:13 +10:00
#!/bin/bash
set -e
packaging: Let eris install on Fedora distributions
2023-09-18 00:05:03 +10:00
set -x
Create an install script.
2021-10-31 22:49:13 +10:00
packaging: Fix test-all after moving tests
2024-12-28 18:22:15 +10:00
pipx install --system-site-packages "$@" .
packaging: Let eris install on Fedora distributions
2023-09-18 00:05:03 +10:00
eris --install-all-tools
Copy permalink