Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
**Deploy v1.6.2.**

  * Fixes Deposit page scroll issue
  • Loading branch information
ppannuto committed Mar 24, 2015
2 parents 83451b3 + 5fb4115 commit 56921f7
Show file tree
Hide file tree
Showing 9 changed files with 614 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ development environment set up, do the following:
1. Setup virtualenv with Python3:

cd chez-betty
virtualenv .
# virtualenv .
# Python3.3 or later:
python3 -m venv .
# ^ *not* pyvenv ., that installed python2 in my venv for w/e reason
source bin/activate

2. Install the Python3 dependencies:
Expand Down
Loading

0 comments on commit 56921f7

Please sign in to comment.