mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Export requirements for system install
This commit is contained in:
4
install.sh
vendored
4
install.sh
vendored
@@ -11,6 +11,10 @@ git checkout 0.8.0--dev-zipapp
|
|||||||
|
|
||||||
# Install dependencies in the correct branch context
|
# Install dependencies in the correct branch context
|
||||||
uv sync
|
uv sync
|
||||||
|
#export project dependencies to requirements.txt
|
||||||
|
uv export --requirements > requirements.txt
|
||||||
|
# Install Python dependencies
|
||||||
|
pipx install -r requirements.txt
|
||||||
|
|
||||||
# Build the release
|
# Build the release
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user