diff options
| author | Teddy Wing | 2015-11-12 19:42:15 -0500 |
|---|---|---|
| committer | Teddy Wing | 2015-11-12 19:42:15 -0500 |
| commit | fcdf87b57c090a1cfe3ac04a9c654b6d64723a75 (patch) | |
| tree | 2292b262ccf23710c3fce6d471e2ac011643d15a | |
| parent | 19aa1dc37277b290f73ddd732985823e0c333512 (diff) | |
| download | trufont-fcdf87b57c090a1cfe3ac04a9c654b6d64723a75.tar.bz2 | |
Add requirements.txt
Make it easier to install dependencies rather than having to install
them manually. Now
$ pip install -r requirements.txt
will install all the correct Python dependencies listed in INSTALL.md.
| -rw-r--r-- | requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2fc059c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +fonttools==3.0 +git+https://github.com/trufont/defcon.git@python3-ufo3#egg=defcon +git+https://github.com/trufont/robofab.git@python3-ufo3#egg=robofab +git+https://github.com/trufont/ufo2fdk.git@python3-ufo3#egg=ufo2fdk +PyInstaller==3.0 |
