Fix typo and update instruction for editable pkg

This commit is contained in:
Emmanuel Awa 2019-07-25 09:59:02 -04:00
Родитель 2c37bf0892
Коммит 6bfeefa635
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.