Skip to content

Commit a718145

Browse files
committed
rye installation
1 parent 753f8cf commit a718145

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

manual deployment/deploy_on_pip.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
cd ..
33

44
rye self update
5+
6+
rye pin 3.10
7+
58
# Install dependencies using Poetry
69
rye sync
710

manual deployment/installation.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
rye pin 3.10
3+
4+
# Install dependencies using Poetry
5+
rye sync
6+
7+
# Build the project
8+
rye build

0 commit comments

Comments
 (0)