Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
aroch committed Aug 19, 2019
1 parent 56455b0 commit dc5994b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Dependencies
- Create a virtual environment in [PiCharm](https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html) or [CLI](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment)
- Create a virtual environment in [PyCharm](https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html) or [CLI](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment)
- Install once by running:
```
pip install -r requirements.txt
```

##
## Explore the example

In main.py file you would see an example usage for the package

0 comments on commit dc5994b

Please sign in to comment.