You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows: venv\Scripts\pip.exe install -r requirements.txt
C:\Users\scott\Downloads\chess-auto-bot-main>venv\Scripts\pip.exe install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
The text was updated successfully, but these errors were encountered:
How to install
[ X ] Clone the repository or just download the repository as a .zip
python-3.12.3-amd64.exe
[ X ] Download Stockfish from https://stockfishchess.org/
stockfish-windows-x86-64-avx2.zip
[ X ] Open a Terminal
[ X ] cd chess-auto-bot
[ ? ] Windows: python -m venv venv
C:\Users\scott\Downloads\chess-auto-bot-main>python -m venv venv
C:\Users\scott\Downloads\chess-auto-bot-main>dir
Volume in drive C has no label.
Volume Serial Number is 4627-9219
Directory of C:\Users\scott\Downloads\chess-auto-bot-main
04/26/2024 05:59 PM
.04/26/2024 06:03 PM ..
04/26/2024 06:29 PM chess-auto-bot-main
04/26/2024 05:59 PM 2,635,835 get-pip.py
04/26/2024 05:56 PM venv
1 File(s) 2,635,835 bytes
4 Dir(s) 17,529,458,688 bytes free
C:\Users\scott\Downloads\chess-auto-bot-main>venv\Scripts\pip.exe install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
The text was updated successfully, but these errors were encountered: