Skip to content

A tutorial website of environment protection and sustainable future.

License

Notifications You must be signed in to change notification settings

Chun-Cheng/green-learning

Repository files navigation

green-learning

A tutorial website of environment protection and sustainable future.

How to run:

  1. Install Python 3
  2. Change directory
  3. Create virtual environment
    python -m venv venv
  4. Activate virtual environment
    Windows Command Prompt: venv/Scripts/activate
    PowerShell: vanv/Scripts/Activate.ps1
    Unix or MacOS: source venv/bin/activate
  5. Install dependencies
    pip install -r requirements.txt
  6. Start the server
    python main.py

How to stop:

  1. Stop the server
    Ctrl+c
  2. Deactivate the virtual environment
    deactivate

About

A tutorial website of environment protection and sustainable future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published