Skip to content

Commit

Permalink
Merge pull request #9 from zenodallavalle/dev
Browse files Browse the repository at this point in the history
updated docs
  • Loading branch information
zenodallavalle authored Feb 27, 2023
2 parents d157835 + 5bb0b83 commit 857c0d0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ ISTAT codes can be found [here](https://it.wikipedia.org/wiki/Codice_ISTAT) or [

`pip install italy-geopop`, as simple as that.

**GitHub**
**GitHub - specific version (e.g. 0.1.1)**

`pip install https://github.com/zenodallavalle/italy-geopop.git`
`pip install git+https://github.com/zenodallavalle/[email protected]`

**GitHub - latest (main branch)**

`pip install git+https://github.com/zenodallavalle/italy-geopop.git@main`

**GitHub - development branch**

Expand Down
16 changes: 11 additions & 5 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,25 @@

**PyPi**

.. code-block:: python
.. code-block:: bash
pip install italy-geopop
**GitHub**
**GitHub - specific version (e.g. 0.1.1)**

.. code-block:: python
.. code-block:: bash
pip install https://github.com/zenodallavalle/italy-geopop.git
pip install git+https://github.com/zenodallavalle/[email protected]
**GitHub - latest (main branch)**

.. code-block:: bash
pip install git+https://github.com/zenodallavalle/italy-geopop.git@main
**GitHub - development branch**

.. code-block:: python
.. code-block:: bash
pip install git+https://github.com/zenodallavalle/italy-geopop.git@dev
2 changes: 1 addition & 1 deletion italy_geopop/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 857c0d0

Please sign in to comment.