Skip to content

Commit

Permalink
Use correct req file
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 4, 2023
1 parent 60cf13a commit a6e31a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ln -s /opt/lib/libffi.so.8 /opt/lib/libffi.so
python3 -m pip install -U pip setuptools
git clone https://github.com/Jayy001/codexctl.git
cd codexctl
python3 -m pip install -r requirements.device.txt pyinstaller
python3 -m pip install -r requirements.txt pyinstaller

echo "Building codexctl"
pyinstaller \
Expand Down

0 comments on commit a6e31a4

Please sign in to comment.