Skip to content

Commit

Permalink
Removing requirements.txt
Browse files Browse the repository at this point in the history
requirements.txt contained a list of build requirements rather than requirements to run the program; these are better left in documentation i think.
  • Loading branch information
Vhou-Atroph committed May 11, 2024
1 parent 5f207fd commit 6c3590b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ exe:
env:
python3 -m venv .venv --system-site-packages
. .venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install maturin
python3 -m pip install patchelf
python3 -m pip install pyinstaller

exe-linux:
cargo build --release
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit 6c3590b

Please sign in to comment.