Skip to content

Commit 6903b45

Browse files
committed
Fixed package name to ensure it can install
1 parent 5cf8be5 commit 6903b45

5 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414

1515
```python
1616

17+
pip install rxclass
18+
19+
# To access API helpers do:
20+
21+
from rxclass_api import RxClassHelpers
22+
23+
# To access API wrapper functions directly do:
24+
from rxclass_api import RxAPIWrapper
25+
26+
# To start using available helper functions create a helper instance.
27+
1728
helper = RxClassHelpers()
1829

1930
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
author_email='ianphorsman@gmail.com',
99
license='MIT',
1010
version='0.1',
11-
packages=['rxclass-api']
11+
packages=['rxclass_api']
1212
)

0 commit comments

Comments
 (0)