Skip to content

Commit 9ea73ac

Browse files
Merge pull request #70 from kevinbackhouse/devcontainer
Update devcontainer to use hatch
2 parents 2b559bc + aa9a922 commit 9ea73ac

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.devcontainer/post-create.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ python3 -m venv .venv
1111
echo "📥 Installing Python dependencies..."
1212
source .venv/bin/activate
1313
python -m pip install --upgrade pip
14-
python -m pip install -r requirements.txt
14+
python -m pip install hatch
15+
hatch build
1516

1617
# If running in Codespaces, check for necessary secrets and print error if missing
1718
if [ -n "$CODESPACES" ]; then

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ pip install hatch
6363
hatch build
6464
```
6565

66-
python -m pip install -r requirements.txt
67-
```
68-
6966
Then run `hatch run main`.
7067

7168
Example: deploying a prompt to an Agent Personality:

0 commit comments

Comments
 (0)