Difference between revisions of "Template:Pip"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
|lang=bash | |lang=bash | ||
}} | }} | ||
+ | == Initial database import == | ||
+ | <source lang='bash'> | ||
+ | scripts/restore_db | ||
+ | Importing Named Queries: 100%|██████████████████| 28/28 [00:25<00:00, 1.09it/s] | ||
+ | Imported 28 named queries from samples/ceur-ws.json. | ||
+ | Importing Named Queries: 100%|████████████| 372/372 [00:00<00:00, 210308.81it/s] | ||
+ | Imported 372 named queries from samples/scholia.json. | ||
+ | Importing Named Queries: 100%|████████████| 298/298 [00:00<00:00, 252149.00it/s] | ||
+ | Imported 298 named queries from samples/wikidata-examples.json. | ||
+ | </source> | ||
</includeonly> | </includeonly> |
Revision as of 05:19, 6 May 2024
This is a template to describe the installation procedure via pip for a python package
Usage
Example
{{pip|pyLodStorage}}
Installation
pip install pyLodStorage
# alternatively if your pip is not a python3 pip
pip3 install pyLodStorage
# local install from source directory of pyLodStorage
pip install .
upgrade
pip install pyLodStorage -U
# alternatively if your pip is not a python3 pip
pip3 install pyLodStorage -U
Initial database import
scripts/restore_db
Importing Named Queries: 100%|██████████████████| 28/28 [00:25<00:00, 1.09it/s]
Imported 28 named queries from samples/ceur-ws.json.
Importing Named Queries: 100%|████████████| 372/372 [00:00<00:00, 210308.81it/s]
Imported 372 named queries from samples/scholia.json.
Importing Named Queries: 100%|████████████| 298/298 [00:00<00:00, 252149.00it/s]
Imported 298 named queries from samples/wikidata-examples.json.