Skip to content

Commit

Permalink
Use release version of PyURDME
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Drawert committed Sep 17, 2015
1 parent d6bde84 commit 542c9e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MolnsLib/installSoftware.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ class InstallSW:
# pyurdme # pyurdme
[ "sudo rm -rf /usr/local/pyurdme;sudo mkdir -p /usr/local/pyurdme;sudo chown ubuntu /usr/local/pyurdme", [ "sudo rm -rf /usr/local/pyurdme;sudo mkdir -p /usr/local/pyurdme;sudo chown ubuntu /usr/local/pyurdme",
"cd /usr/local/ && git clone https://github.com/MOLNs/pyurdme.git", "cd /usr/local/ && git clone https://github.com/MOLNs/pyurdme.git",
"cd /usr/local/pyurdme && git checkout develop", #"cd /usr/local/pyurdme && git checkout develop", # for development only

"cp /usr/local/pyurdme/pyurdme/data/three.js_templates/js/* .ipython/profile_default/static/custom/", "cp /usr/local/pyurdme/pyurdme/data/three.js_templates/js/* .ipython/profile_default/static/custom/",
"source /usr/local/pyurdme/pyurdme_init && python -c 'import pyurdme'", "source /usr/local/pyurdme/pyurdme_init && python -c 'import pyurdme'",
], ],
Expand Down

0 comments on commit 542c9e4

Please sign in to comment.