Skip to content

Repository files navigation

MetaGreenData

Usage

  1. Create a virtual environment.
python3 -m venv .venv
  1. Activate the virtual environment.
source .venv/bin/activate
  1. Install requirements.
pip install -r requirements.txt
  1. Run the Django server.
python3 manage.py runserver

Installing new packages

You can install a new package using pip install <package_name>. Then freeze the same using pip freeze > requirements.txt.

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages