diff --git a/README.rst b/README.rst index 7df5893..09eaa8f 100644 --- a/README.rst +++ b/README.rst @@ -33,11 +33,11 @@ Quick Tour **Installation** -``CryptoPrice`` is available on `PYPI `_, install with ``pip``: +``CryptoPrice`` is available on `PYPI `_, install with ``pip``: .. code:: bash - pip install CryptoPrice + pip install python-CryptoPrice You can also install the latest developments (not stable): diff --git a/docs/source/overview.rst b/docs/source/overview.rst index 05220c0..00b21fa 100644 --- a/docs/source/overview.rst +++ b/docs/source/overview.rst @@ -4,11 +4,11 @@ Getting Started Installation ------------ -``CryptoPrice`` is available on `PYPI `_, install with ``pip``: +``CryptoPrice`` is available on `PYPI `_, install with ``pip``: .. code:: bash - pip install CryptoPrice + pip install python-CryptoPrice You can also install the latest developments (not stable): diff --git a/setup.py b/setup.py index bd9c9d2..10cab8b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ exec(f.read(), about) setup( - name='CryptoPrice', + name='python-CryptoPrice', version=about['__version__'], packages=['CryptoPrice', 'CryptoPrice.retrievers',