Merge pull request #197 from microsoft/emawa/hotfix/update-setup-docs

SETUP.md update for typo and instruction for editable pkg
This commit is contained in:
Said Bleik 2019-07-25 11:18:06 -04:00 коммит произвёл GitHub
Родитель 2c37bf0892 6bfeefa635
Коммит bd83fa1320
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -26,7 +26,7 @@ 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 machine are not **FULLY SUPPORTED**. Please use at your own risk.
> NOTE: Windows machines are not **FULLY SUPPORTED**. Please use at your own risk.
* 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`
@ -75,7 +75,7 @@ If you are using the DSVM, you can [connect to JupyterHub](https://docs.microsof
## Install this repository via PIP
A [setup.py](setup.py) file is provied in order to simplify the installation of this utilities in this repo from the main directory.
pip install -e utils_nlp
pip install -e .
It is also possible to install directly from Github.