Skip to content

makeOurCity/python-sample

Repository files navigation

Python Sample

Getting Started

venv recommended. Please execute commands once like below.

$ python3 -m venv venv  # Initialize venv

Install dependencies.

$ . venv/bin/activate             # Activate venv if using venv
$ pip install -r requirements.txt # Install dependencies

Create .env file.

$ cp .env.example .env
$ vi .env                 # Edit informations

Execute script.

$ python main.py                  # Execute

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •