https://github.com/marianozunino/scraperino
https://github.com/marianozunino/scraperino
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marianozunino/scraperino
- Owner: marianozunino
- Created: 2021-01-05T19:40:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T19:34:16.000Z (over 4 years ago)
- Last Synced: 2025-01-16T10:17:19.972Z (5 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started
Begin by using `pip` to install Pipenv and its dependencies,
```sh
pip install pipenv
```Then change directory to the folder containing your Python project and initiate Pipenv,
```sh
pipenv install
```# Usage
```sh
pipenv run python main.py
```