зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-30 13:36:04 +02:00
Added Windows instruction in README (#128)
* added instructions to the readme.md about installing the package on Windows OS * fixed 1.3.0 scikit-learn bug
Этот коммит содержится в:
родитель
9f025094a3
Коммит
1914424cf8
@ -40,6 +40,14 @@ pip install ammico
|
|||||||
```
|
```
|
||||||
This will install the package and its dependencies locally.
|
This will install the package and its dependencies locally.
|
||||||
|
|
||||||
|
To make pycocotools work on Windows OS you may need to install `vs_BuildTools.exe` from https://visualstudio.microsoft.com/visual-cpp-build-tools/ and choose following elements:
|
||||||
|
- `Visual Studio extension development`
|
||||||
|
- `MSVC v143 - VS 2022 C++ x64/x86 build tools`
|
||||||
|
- `Windows 11 SDK` for Windows 11 (or `Windows 10 SDK` for Windows 10)
|
||||||
|
|
||||||
|
Be careful, it requires around 7 GB of disk space.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
@ -59,6 +59,7 @@ dependencies = [
|
|||||||
"colorgram.py",
|
"colorgram.py",
|
||||||
"webcolors",
|
"webcolors",
|
||||||
"colour-science",
|
"colour-science",
|
||||||
|
'scikit-learn != 1.3.0',
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user