Skip to content

Commit

Permalink
Moved requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Mar 19, 2024
1 parent 5342834 commit 137c15f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.0.10

- Change the file position of pyproject.toml
- Changed the location of pyproject.toml and requirements.txt

## 2.0.9

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# git clone --depth=1 https://github.com/kitao/pyxel
# cd pyxel
# (Create and activate a venv if you prefer)
# pip3 install -r requirements.txt
# pip3 install -r python/requirements.txt
#
# Build the package in the dist directory
# make clean build
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/setup_python_venv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
cd `dirname $0`

VENV_DIR=../venv
REQUIREMENTS=../requirements.txt
REQUIREMENTS=../python/requirements.txt

rm -rf $VENV_DIR
python3 -m venv $VENV_DIR
Expand Down

0 comments on commit 137c15f

Please sign in to comment.