Skip to content

Commit 8f2aeea

Browse files
committed
update readme
1 parent d5b28a4 commit 8f2aeea

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

README.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,35 @@ It helps you to train, develop, and deploy NLP and/or speech models, featuring:
4949

5050
## Installation
5151

52-
### Quick Installation
52+
### Installation by pip
5353

54-
We use [conda](https://conda.io/) to install required packages. Please [install conda](https://conda.io/en/latest/miniconda.html) if you do not have it in your system.
54+
We provide the pip install support for our `nlp` version of DELTA for
55+
**pure NLP users** and the **quick demo of the features**.
5556

56-
We provide two options to install DELTA, `nlp` version or `full` version.
57-
`nlp` version needs minimal requirements and only installs NLP related packages:
57+
**Note**: Users can still use both `nlp` and `speech` tasks by installing
58+
from our source code.
59+
60+
We recommend to use [conda](https://conda.io/) or
61+
[virtualenv](https://virtualenv.pypa.io/en/latest/) to install DELTA
62+
from pip.
63+
64+
Before our installation, make sure you have installed the Tensorflow
65+
(2.0.0 is required now).
66+
67+
```bash
68+
pip install delta-nlp
69+
```
70+
71+
### Installation from Source Code
72+
73+
To install from the source code, We use [conda](https://conda.io/) to
74+
install required packages. Please
75+
[install conda](https://conda.io/en/latest/miniconda.html) if you do not
76+
have it in your system.
77+
78+
Also, we provide two options to install DELTA, `nlp` version or `full`
79+
version. `nlp` version needs minimal requirements and only installs NLP
80+
related packages:
5881

5982
```shell
6083
# Run the installation script for NLP version, with CPU or GPU.

0 commit comments

Comments
 (0)