Skip to content

Commit

Permalink
Make explicit Python2.7 is used, suggest the setup of a virtualenv. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscri authored and jarv committed Apr 30, 2017
1 parent b48c2c8 commit 5ab310e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ var.tar.gz
img.tar
var/challenges/*/README
*.pyc
venv2.7/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ This repo holds the challenges for [cmdchallenge.com](https://cmdchallenge.com)

## Installation
* Install docker on your machine
* `virtualenv -p $(which python2.7) venv2.7`
* `source venv2.7/bin/activate`
* `pip install -r requirements.txt`

## Testing
Expand Down

0 comments on commit 5ab310e

Please sign in to comment.