Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Dec 17, 2018
1 parent 5607e79 commit a6f0056
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -16,11 +16,12 @@ ODK XLSForm Offline is part of Open Data Kit (ODK), a free and open-source set o
## Prerequisites

1. Install [Python 2.7](https://www.python.org/downloads/)
* If you are on Windows, you must install the 32 bit version.
* Windows: Use the 32 bit version.
1. Install Python packages: ``pip install pyinstaller wxpython pyxform``
* macOS: Use the default Python. virtualenvs will not work.
1. Install packaging utilities
* macOS: ``brew install unix2dos``
* Windows: [upx](https://upx.github.io/)
* macOS: ``brew install unix2dos``
* Windows: [upx](https://upx.github.io/)

## Run

Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
@@ -0,0 +1,4 @@
# macOS: Use the default Python. virtualenvs will not work.
pyinstaller==3.4.0
wxpython==4.0.3
pyxform==0.12.0

0 comments on commit a6f0056

Please sign in to comment.