mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:46:36 +00:00
complete requirements.txt list
fix build.cmd
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user