-
Notifications
You must be signed in to change notification settings - Fork 0
vimeh/bootstrap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#!/bin/sh # Bootstrap a python virtualevn with poetry #### This script is meant to be run from the root of the repo #### run this script from the root of the repo #### you'll need to have brew installed. this is easier if you have a darwin machine ```bash # uncomment the next line if you're like me and think fish is a better shell. # brew install fish && fish && set -U fish_user_paths /usr/local/bin $fish_user_paths brew install [email protected] python3.11 -m pip install pipx pipx install poetry --force rm pyproject.toml poetry init # go thru the poetry wizard (!) poetry env use 3.11 poetry add numpy poetry install poetry shell code . ```
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published