We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698ebfe commit 6950758Copy full SHA for 6950758
kms/dstack-app/venv.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+if [ -f ".venv/bin/activate" ]; then
4
+ source .venv/bin/activate
5
+else
6
+ python3 -m venv .venv
7
8
+ pip install requests eth_keys cryptography
9
+fi
0 commit comments