Skip to content

Commit

Permalink
Merge pull request #66 from civier/civier-patch-4
Browse files Browse the repository at this point in the history
Update gui_example.py
  • Loading branch information
yjmantilla authored Aug 12, 2024
2 parents c91ef31 + a479dff commit 67a71ac
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions examples/gui_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
python -c 'from sovabids.datasets import lemon_prepare; lemon_prepare()'
This will download the lemon dataset inside the '_data' subfolder of the cloned sovabids repository.
This will download the lemon dataset to a '_data' subfolder that will be created in the installed packages folder.
Run front/app/app.py in a terminal
----------------------------------
Expand Down Expand Up @@ -50,7 +50,16 @@
Choose Files
--------------
Click 'Choose Files', select the lemon folder (inside the _data subdirectory) and click submit.
In a terminal, run the following command to find the installed packages folder:
.. code-block:: bash
pip show sovabids
The path to the installed packages folder is given in the 'Location:' field.
Click 'Choose Files', go to the installed packages folder, click on the _data subfolder, and then select the lemon subfolder. Click submit.
.. image:: https://github.com/yjmantilla/sovabids/raw/main/docs/source/_static/front_3_upload.png
Expand Down

0 comments on commit 67a71ac

Please sign in to comment.