-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic setup/cleanup in Makefile.
- Automatically set up poetry environment when needed. Can still be explicitly run using `make setup`. - Added `make clean` to remove the poetry environment. - Added `make require`, run during setup, to check environment for the presence of python3/poetry, and the python3 version.
- Loading branch information
1 parent
78cf3fb
commit c5f2aa8
Showing
2 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,6 +105,7 @@ celerybeat-schedule | |
*.sage.py | ||
|
||
# Environments | ||
.setup_complete | ||
.env | ||
.venv | ||
env/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters