complete requirements.txt list

fix build.cmd
This commit is contained in:
Alex Bezdieniezhnykh
2025-02-10 16:39:44 +02:00
parent c1b5b5fee2
commit 0f13ba384e
6 changed files with 24 additions and 13 deletions
+7
View File
@@ -57,6 +57,8 @@ This is crucial for the build because build needs Python.h header and other file
```
python -m pip install --upgrade pip
pip install requirements.txt
pip install pyinstaller
```
In case of fbgemm.dll error (Windows specific):
@@ -67,3 +69,8 @@ In case of fbgemm.dll error (Windows specific):
```
python setup.py build_ext --inplace
```
<h3>Build exe</h3>
```
.\build.exe
```