Update README.md
This commit is contained in:
parent
ae7b1380fe
commit
b8faab7a89
15
README.md
15
README.md
@ -3,20 +3,25 @@ A Graphical User Interface created with <i>Julia Genie Builder</i> made for to a
|
||||
For the correct implementation and use of this repository one must insert the next lines just as they are depicted in your <b>Julia</b> terminal to install the dependencies needed, this part is only needed once. <br />
|
||||
```
|
||||
julia
|
||||
```
|
||||
press closing square bracket:
|
||||
```
|
||||
]
|
||||
add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Statistics ; add CairoMakie ; add Colors ; add
|
||||
add Genie
|
||||
```
|
||||
To enter Pkg mode, and then add the next libraries:
|
||||
```
|
||||
add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Statistics ; add CairoMakie ; add Colors ; add Genie
|
||||
```
|
||||
Then open a <b>Julia</b> terminal on the directory <i>"Julia_msi_GUI"</i> and put the next code, this is needed every time you want to run the GUI: <br />
|
||||
```
|
||||
]
|
||||
```
|
||||
to enter Pkg mode.
|
||||
To enter Pkg mode again, then paste the next lines:
|
||||
```
|
||||
activate .
|
||||
```
|
||||
Press backspace key to exit Pkg mode.
|
||||
Press backspace key to exit Pkg mode and continue with:
|
||||
```
|
||||
using Genie ; Genie.loadapp() ; up()
|
||||
```
|
||||
And finally open the port that gets generated to access to the GUI<br />
|
||||
And finally open the port that gets generated by Genie to access to the GUI (https://localhost:????)<br />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user