Skip to content

JessaWitzel/battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started as a Contributor

First create a virtualenv.

mkdir -p ~/venv/battleship
virtualenv --no-site-packages ~/venv/battleship
source ~/venv/battleship/bin/activate

Then fetch the code and install the requirements.

git clone https://github.com/JessaWitzel/battleship.git
cd battleship
pip install -r requirements.txt

Now run the tests to ensure your environment is setup correctly.

tox

About

Terminal battleship game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages