Skip to content

openenergysolutions/games-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Python Application

Clone

git clone --recursive https://github.com/openenergysolutions/games-test.git

Setup

We are using a virtual enviroment.

Create a .venv directory with:

python -m venv .venv

Then activate it, on Linux:

source .venv/bin/activate

Or on Windows:

.venv/Scripts/Activate.ps1

Then install the requirements:

pip install -r requirements

Run

To run the program:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages