added VC++ requirement for building pip packages

This commit is contained in:
saidbleik 2019-08-20 14:54:27 +00:00
Родитель 6eb6c02837
Коммит 5fe7d58f45
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -26,7 +26,9 @@ Depending on the type of NLP system and the notebook that needs to be run, there
### Requirements
* A machine running Linux, MacOS or Windows.
> NOTE: Windows machines are not **FULLY SUPPORTED**. Please use at your own risk.
> NOTE: Windows machines are not **FULLY SUPPORTED**. Please use at your own risk.<br>
> On Windows, Microsoft Visual C++ 14.0 is required for building certain packages. Download Microsoft Visual C++ Build Tools here: https://visualstudio.microsoft.com/downloads/
* Miniconda or Anaconda with Python version >= 3.6.
* This is pre-installed on Azure DSVM such that one can run the following steps directly. To setup on your local machine, [Miniconda](https://docs.conda.io/en/latest/miniconda.html) is a quick way to get started.
* It is recommended to update conda to the latest version: `conda update -n base -c defaults conda`