- Make sure you have python 3
python3 --version
orpython --version
- Install venv:
python3 -m pip install --user virtualenv
- Setup venv:
python3 -m venv venv
- second venv is name of the enviorment, could be renamed to anything
- Activate enviroment
source env/bin/activate
- Install Masonite
pip install masonite
- Run server:
python craft serve
-
Notifications
You must be signed in to change notification settings - Fork 0
PrinceUdoka/Led_Server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published