Skip to content

fsolaroli/SnAkE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnAkE

Project handled with 'virtualenv'

Basic steps to install 'virtualenv'

> pip3 install virtualenv
> cd SnAkE
> ~/Library/Python/3.7/bin/virtualenv .
> virtualenv --python=<path to python3>/python3 .
> source ./bin/activate
> pip3 install -r requirements.txt
> cd src/server
> python3 main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%