Skip to content
This repository was archived by the owner on Aug 5, 2023. It is now read-only.

Commit e842c4d

Browse files
committed
Change package name due to PyPI conflict
1 parent 5e2db9e commit e842c4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To install Jupyter, IMongo and all other dependencies, use ``pip install``:
4646

4747
.. code:: bash
4848
49-
$ pip install imongo
49+
$ pip install imongo-kernel
5050
5151
Install Jupyter and IMongo Kernel using ``conda``
5252
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -59,7 +59,7 @@ either Anaconda_ or Miniconda_ installed.
5959
6060
$ conda create -n imongo jupyter "python>3.6"
6161
$ source activate imongo
62-
$ pip install imongo
62+
$ pip install imongo-kernel
6363
6464
Both methods install the ``imongo`` package and configure Jupyter to be
6565
used with the new kernel by installing a `kernel spec`_.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run(self):
3434
with open('README.rst', 'r') as f:
3535
long_description = f.read()
3636

37-
setup(name='imongo',
37+
setup(name='imongo-kernel',
3838
version='0.1.0',
3939
description='A MongoDB kernel for Jupyter',
4040
long_description=long_description,

0 commit comments

Comments
 (0)