Skip to content

Kitsumetri/hovercraft_grant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hovercraft_grant

Dependencies

Python 3.1.*

Windows quick build (Command Line):

git clone https://github.com/Kitsumetri/hovercraft_grant.git
cd hovercraft_grant
py -m venv env
env\scripts\activate
pip3 install -r requirements.txt
py main.py

Linux / MacOS quick build:

git clone https://github.com/Kitsumetri/hovercraft_grant.git
cd hovercraft_grant
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published