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
Этот коммит содержится в:
Petr Andriushchenko 2023-07-03 14:03:09 +02:00 коммит произвёл GitHub
родитель 9f025094a3
Коммит 1914424cf8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,14 @@ pip install ammico
```
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.
![Screenshot 2023-06-01 165712](https://github.com/ssciwr/AMMICO/assets/8105097/3dfb302f-c390-46a7-a700-4e044f56c30f)
## Usage

Просмотреть файл

@ -59,6 +59,7 @@ dependencies = [
"colorgram.py",
"webcolors",
"colour-science",
'scikit-learn != 1.3.0',
]
[project.scripts]