Skip to content

Commit

Permalink
Merge branch 'development' of github.com:phac-nml/irida-uploader into…
Browse files Browse the repository at this point in the history
… version_compatibility_to_23_01
  • Loading branch information
JeffreyThiessen committed Mar 6, 2023
2 parents 05ffc23 + 0ade774 commit 2e59148
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ Run an installer (links above) and follow along with the install wizard.

You will need to configure your uploader before running. See [Configuration](configuration.md) for details

If you would prefer to build a windows installer from source code, please see the README on [GitHub](https://github.com/phac-nml/irida-uploader)
If you prefer to build a windows installer from source code, please see the README on [GitHub](https://github.com/phac-nml/irida-uploader)

#### Linux

If you prefer to build the uploader from source code, please see the README on [GitHub](https://github.com/phac-nml/irida-uploader)

##### Command Line

The IRIDA Uploader requires Python version 3.6 or newer

$ python3 --version
Expand All @@ -62,13 +66,13 @@ Run the uploader

$ irida-uploader

You can also install and run the GUI in the same way
##### GUI

You can also install the GUI by specifying the `GUI` extra in your pip install command

$ pip3 install iridauploader[GUI]
# irida-uploader-gui
$ pip3 install 'iridauploader[GUI]'
$ irida-uploader-gui

If you would prefer to build the uploader from source code, please see the README on [GitHub](https://github.com/phac-nml/irida-uploader)

*Please Note: You will need to configure your uploader to connect to IRIDA before running. See Configuration section below.*

### Upload Modes
Expand Down

0 comments on commit 2e59148

Please sign in to comment.