Skip to content

PrinceUdoka/Led_Server

Repository files navigation

Steps for setup

  1. Make sure you have python 3 python3 --version or python --version
  2. Install venv: python3 -m pip install --user virtualenv
  3. Setup venv: python3 -m venv venv
    • second venv is name of the enviorment, could be renamed to anything
  4. Activate enviroment source env/bin/activate
  5. Install Masonite pip install masonite
  6. Run server: python craft serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published