Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v1an7 committed Mar 31, 2024
1 parent 1c4caad commit a0e3d55
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11
3.12
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ pyenv install
pyenv virtualenv fresh
```

Install poetry
```sh
brew install pipx
pipx ensurepath
pipx install poetry
```

Open up Visual Studio Code, and the IDE terminal should start in the fresh virtual environment.
Or, use whatever terminal you want, and just activate the virtual env from there:

Expand Down
Loading

0 comments on commit a0e3d55

Please sign in to comment.