Skip to content

GreenAlgorithms/MetaGreenData

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5