-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew Pennebaker
committed
Oct 4, 2024
1 parent
56d6d58
commit 64ce368
Showing
3 changed files
with
5 additions
and
3 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
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 |
---|---|---|
|
@@ -7,5 +7,6 @@ go install github.com/mcandre/stank/[email protected] | |
go install mvdan.cc/sh/v3/cmd/[email protected] | ||
go mod tidy | ||
|
||
pip3 install --upgrade pip setuptools | ||
pip3 install -r requirements-dev.txt | ||
python3 -m venv .venv | ||
.venv/bin/python3 -m pip install --upgrade pip setuptools | ||
.venv/bin/pip3 install -r requirements.txt |
File renamed without changes.