Update readme
This commit is contained in:
parent
8d8d49f0e6
commit
1c06e517c0
1 changed files with 12 additions and 5 deletions
17
README.md
17
README.md
|
@ -3,9 +3,16 @@
|
|||
Extract data from INSEE number (France)
|
||||
|
||||
## Getting started
|
||||
|
||||
### From package
|
||||
```shell
|
||||
pyenv virtualenv 3.9.6 insee
|
||||
# activate your venv
|
||||
python -m pip install insee-number-translator
|
||||
insee 269059913116714 168127982980507
|
||||
```
|
||||
|
||||
### From sources
|
||||
```shell
|
||||
pyenv virtualenv 3.7.9 insee
|
||||
pyenv local insee
|
||||
poetry install
|
||||
# restart your shell
|
||||
|
@ -14,6 +21,6 @@ insee 269059913116714 168127982980507
|
|||
|
||||
## Data sources
|
||||
|
||||
- cities : https://public.opendatasoft.com/explore/dataset/correspondance-code-insee-code-postal/export/
|
||||
- countries : https://www.insee.fr/fr/information/2028273
|
||||
- departments : https://www.data.gouv.fr/fr/datasets/regions-departements-villes-et-villages-de-france-et-doutre-mer/
|
||||
* cities : https://public.opendatasoft.com/explore/dataset/correspondance-code-insee-code-postal/export/
|
||||
* countries : https://www.insee.fr/fr/information/2028273
|
||||
* departments : https://www.data.gouv.fr/fr/datasets/regions-departements-villes-et-villages-de-france-et-doutre-mer/
|
||||
|
|
Loading…
Reference in a new issue