Skip to content

Commit

Permalink
Update links to pyxform to point to medic branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jun 6, 2017
1 parent aed670b commit d9a4cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Medic Project Configurer
# Installation

npm install -g medic-configurer-beta
python -m pip install git+https://github.com/alxndrsn/pyxform.git@master#egg=pyxform-medic
python -m pip install git+https://github.com/medic/pyxform.git@master#egg=pyxform-medic
eval "$(medic-conf --shell-completion bash)"

# Use
Expand Down Expand Up @@ -99,7 +99,6 @@ This tool expects a project to be sctructured as follows:
* support Google Sheets forms
* support Collect forms
* make form upload sequential
* update links for pyxform to medic branch
* ignore Excel temp files when converting to XML - ~$clinic.xlsx
* make error logs shorter
* add task to create new project folder layout
Expand Down
2 changes: 1 addition & 1 deletion src/cli/xls2xform-installation-command.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"python -m pip install git+https://github.com/alxndrsn/pyxform.git@master#egg=pyxform-medic"
"python -m pip install git+https://github.com/medic/pyxform.git@master#egg=pyxform-medic"

0 comments on commit d9a4cea

Please sign in to comment.