Skip to content

Commit

Permalink
run.sh: Better note
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 21, 2024
1 parent 9c0f482 commit fbec990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ clean_venv_run() {
python -m venv .venv
source .venv/bin/activate
# python -m pip install -U pip
# Necessary for Windows if compiling things like Pillow
# Necessary for Windows (MINGW64) if compiling things like Pillow
export CFLAGS="-I/mingw64/include"
# export LDFLAGS="-L/mingw64/lib"
pip install -r requirements.txt -r requirements_devel.txt build
Expand Down

0 comments on commit fbec990

Please sign in to comment.