https://github.com/kernel-sqz/wikidata-backend-parser
https://github.com/kernel-sqz/wikidata-backend-parser
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kernel-sqz/wikidata-backend-parser
- Owner: kernel-sqz
- Created: 2023-05-02T21:06:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T13:05:24.000Z (about 3 years ago)
- Last Synced: 2025-01-09T10:34:39.627Z (over 1 year ago)
- Language: Python
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run it?
Go to directory that contains backend files and execute those commands:
$ pip install -r requirements.txt
$ python manage.py runserver
## with virtual enviroment
Go to directory that contains backend files and execute those commands:
`*`3.xx = your python version. Recomended 3.11
$ virtualenv venv -p python3.xx
$ source ./venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver