Skip to content

Commit

Permalink
test codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoSimini committed Feb 17, 2021
1 parent 67cd903 commit fcc9d12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,25 @@ Run jupyter notebook
Installation with conda - miniconda
-----------------------------------------------

1. Create an environment `skmob` and install pip
#. Create an environment `skmob` and install pip

.. code-block:: console
conda create -n skmob pip python=3.7 rtree
2. Activate
#. Activate

.. code-block:: console
conda activate skmob
3. Install skmob
#. Install skmob

.. code-block:: console
.. code-block:: console
conda install -c conda-forge scikit-mobility
conda install -c conda-forge scikit-mobility
4. OPTIONAL to use `scikit-mobility` on the jupyter notebook
#. OPTIONAL to use `scikit-mobility` on the jupyter notebook

Install the kernel

Expand Down

0 comments on commit fcc9d12

Please sign in to comment.