Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Update the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed Nov 18, 2017
1 parent 8e9c904 commit 7bfa0e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
Substitute `http://127.0.0.1:5000` for the actual application URL, if
you are not using `./bin/run-dev`.

### Requirements
Python 3.5+.

### Installation
Copy `./tk/default_config.py` to `./config.py`, and override any of the
default configuration as necessary.
Expand All @@ -24,7 +27,7 @@ where `{uuid}` is the process UUID returned by `POST /submit`.
If you do not wish to install dependencies globally, a Virtual
Environment can be created first:
```
virtualenv -p `which python3.5` venv
virtualenv -p `which python3.6` venv
. ./venv/bin/activate
```
To build the code , run `./bin/build-dev`.
Expand Down

0 comments on commit 7bfa0e4

Please sign in to comment.