Skip to content

Commit

Permalink
Use pip install -e . for installation; closes #291
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Dec 9, 2017
1 parent cda141f commit 0974762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ This is the version of the codebase we run live on [dmoj.ca](https://dmoj.ca).
$ git clone https://github.com/DMOJ/judge.git
$ cd judge
$ git submodule update --init --recursive
$ python setup.py develop
$ pip install -e .
```

## Usage
Expand Down

0 comments on commit 0974762

Please sign in to comment.