Skip to content

Commit a63de21

Browse files
Added a setup.sh just as an onramp to the new pipx installer.
1 parent 7b644cf commit a63de21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
echo "The new installer is now available via pipx."
4+
echo ""
5+
echo "Run 'pipx install .' to begin."

0 commit comments

Comments
 (0)