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.
2 parents 2b559bc + aa9a922 commit 9ea73acCopy full SHA for 9ea73ac
.devcontainer/post-create.sh
@@ -11,7 +11,8 @@ python3 -m venv .venv
11
echo "📥 Installing Python dependencies..."
12
source .venv/bin/activate
13
python -m pip install --upgrade pip
14
-python -m pip install -r requirements.txt
+python -m pip install hatch
15
+hatch build
16
17
# If running in Codespaces, check for necessary secrets and print error if missing
18
if [ -n "$CODESPACES" ]; then
README.md
@@ -63,9 +63,6 @@ pip install hatch
63
hatch build
64
```
65
66
67
-```
68
-
69
Then run `hatch run main`.
70
71
Example: deploying a prompt to an Agent Personality:
0 commit comments