Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
building executable for MacOS
  • Loading branch information
damian-krawczyk committed Jan 3, 2019
1 parent ca43098 commit c885d25
Showing 1 changed file with 36 additions and 4 deletions.
40 changes: 36 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Linux (Ubuntu)

.. code-block:: bash
pip install -r .\requirements.txt
pip3 install -r .\requirements.txt
6. Run limberduck-converter-csv using below command
Expand All @@ -126,19 +126,51 @@ Linux (Ubuntu)

.. code-block:: bash
pip install --upgrade setuptools
pip3 install --upgrade setuptools
8. Build your own executable file using below command

.. code-block:: bash
~/.local/bin/pyinstaller --onefile --windowed --icon=./icons/LimberDuck-converter-csv.ico limberduck-converter-csv.py
9. Go to dist catalog to find executable file limberduck-converter-csv.exe
9. Go to dist catalog to find executable file limberduck-converter-csv

MacOS
-----
tbd soon.
1. If you don't have, install Python 3.6.0 or higher, you can download it via https://www.python.org/downloads

2. Clone LimberDuck Converter CSV repository using below command

.. code-block:: bash
git clone https://github.com/LimberDuck/converter-csv.git
3. Install requirements using below command

.. code-block:: bash
pip3.6 install -r .\requirements.txt
4. Run limberduck-converter-csv using below command

.. code-block:: bash
python3.6 limberduck-converter-csv.py
5. Upgrade setuptools using below command

.. code-block:: bash
pip3.6 install --upgrade setuptools
6. Build your own executable file using below command

.. code-block:: bash
pyinstaller --onefile --windowed --icon=./icons/LimberDuck-converter-csv.ico limberduck-converter-csv.py
7. Go to dist catalog to find executable file limberduck-converter-csv

Meta
====
Expand Down

0 comments on commit c885d25

Please sign in to comment.