-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from zenodallavalle/dev
updated docs
- Loading branch information
Showing
3 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.1" | ||
__version__ = "0.1.2" |