Skip to content

Commit

Permalink
Updating Install Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnson committed Dec 7, 2020
1 parent 045e486 commit eb6e667
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,10 @@ The package currently supports:

## Quickstart

### Build and Install from Source

Create a wheel distribution file and install it in your environment.
### Install from PyPi

```
<<<<<<< HEAD
python -m pip install pyapacheatlas
=======
python -m pip install wheel
python setup.py bdist_wheel
python -m pip install ./dist/pyapacheatlas-0.0b19-py3-none-any.whl
>>>>>>> 0f17280c7c75190a3b6b03ac42b8055b5ccc8e60
```

### Create a Client Connection
Expand Down

0 comments on commit eb6e667

Please sign in to comment.