Skip to content

Commit 4856325

Browse files
committed
adding pypi installation instructions
1 parent 49bfbd6 commit 4856325

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@ PythonVerbalExpressions
33

44
## Installation
55
```bash
6-
python setup.py install
6+
pip install VerbalExpressions
77
```
8-
9-
Hopefully you will also be able to use
10-
```bash
11-
pip install verbalexpressions
12-
```
13-
in the near future.
14-
158
## Usage
169
```python
1710
from verbalexpressions import VerEx
@@ -20,5 +13,6 @@ verbal_expression = VerEx()
2013

2114
## Developer setup : running the tests
2215
```bash
16+
python setup.py develop
2317
python setup.py test
2418
```

0 commit comments

Comments
 (0)