diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Additionally, Hydrilla requires Python 3. We're supplying debian packaging. To generate the necessary `debian.tar.gz` and `orig.tar.gz` files, run: ``` shell -python3 setup.py make_tarballs +python3 setup.py tarballs ``` This will generate appropriate `debian.tar.gz` and `orig.tar.gz` in the parent of the project directory. |