Skip to content

Commit e864d46

Browse files
authored
Merge pull request #19 from EtWnn/develop
HotFix_pip_package
2 parents 3b7fcbb + 6db64fa commit e864d46

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Quick Tour
3333

3434
**Installation**
3535

36-
``CryptoPrice`` is available on `PYPI <https://pypi.org/project/CryptoPrice/>`_, install with ``pip``:
36+
``CryptoPrice`` is available on `PYPI <https://pypi.org/project/python-CryptoPrice/>`_, install with ``pip``:
3737

3838
.. code:: bash
3939
40-
pip install CryptoPrice
40+
pip install python-CryptoPrice
4141
4242
You can also install the latest developments (not stable):
4343

docs/source/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Getting Started
44
Installation
55
------------
66

7-
``CryptoPrice`` is available on `PYPI <https://pypi.org/project/CryptoPrice/>`_, install with ``pip``:
7+
``CryptoPrice`` is available on `PYPI <https://pypi.org/project/python-CryptoPrice/>`_, install with ``pip``:
88

99
.. code:: bash
1010
11-
pip install CryptoPrice
11+
pip install python-CryptoPrice
1212
1313
You can also install the latest developments (not stable):
1414

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
exec(f.read(), about)
1212

1313
setup(
14-
name='CryptoPrice',
14+
name='python-CryptoPrice',
1515
version=about['__version__'],
1616
packages=['CryptoPrice',
1717
'CryptoPrice.retrievers',

0 commit comments

Comments
 (0)