Skip to content

Commit

Permalink
removed .mac.spec specific file mention
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahseaman authored Jun 1, 2018
1 parent ee0eb9d commit 7bb4b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ six (1.10.0)
/Python365/Scripts/pip install PyInstaller
cd <your FluentDNA directory>
/Python365/Scripts/pip install -r Requirements.txt
PyInstaller fluentdna.mac.spec
PyInstaller fluentdna.spec
```
You may need to troubleshoot the contents of fluentdna.mac.spec using [this documentation](https://pyinstaller.readthedocs.io/en/v3.3.1/spec-files.html#spec-file-options-for-a-mac-os-x-bundle)
You may need to troubleshoot the contents of fluentdna.spec using [this documentation](https://pyinstaller.readthedocs.io/en/v3.3.1/spec-files.html#spec-file-options-for-a-mac-os-x-bundle)

### Linux using cx_freeze:
This documentation may be out of date after the pip refactor and switch to PyInstaller platform. Consider following the Mac example and use [PyInstaller for Linux](https://pyinstaller.readthedocs.io/en/v3.3.1/requirements.html#linux) instead.
Expand Down

0 comments on commit 7bb4b30

Please sign in to comment.