You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PhasePortrait-GUI is a Graphical User Interface of our library [phaseportrait](https://github.com/phaseportrait/phaseportrait). Only 2D phase diagrams at supported at the moment.
3
+
PhasePortrait-GUI is a Graphical User Interface of our library [PhasePortrait](https://github.com/phaseportrait/phaseportrait). Only 2D phase diagrams at supported at the moment, with no plans of adding additional features.
4
4
5
5
Its intention is to provide access for beginners in Python or in our library to this resource. But also allowing to get the Python equivalent code for futher and more complex uses.
6
6
@@ -9,27 +9,31 @@ In order to generate the plots and the Python code it is **necessary** that Pyth
9
9
```
10
10
$ python
11
11
```
12
-
There are also Python libraries as numpy or matplotlib that are required. We recommend prior to use this program to run the following:
12
+
And [PhasePortrait](https://github.com/phaseportrait/phaseportrait) must me installed in that Python. You can install it with
13
13
```
14
14
$ pytohn -m pip install phaseportrait
15
15
```
16
-
As it will install all the required additional dependencies.
16
+
This will install all necesary dependencies required.
17
17
18
-
At the moment it is not mandatory to have phaseportrait installed.
18
+
19
+
# Installation
20
+
Go to the [releases page](https://github.com/phaseportrait/phaseportrait-gui/releases) and download the aplication matching your computer architecture. When downloaded unzip the file.
21
+
22
+
If there is not a matching file you can [build](#how-to-build) it yourself.
19
23
20
24
# Documentation
21
25
Please visit the [main documentation page](https://phaseportrait.github.io/) for more information.
22
26
23
27
Also, we encourage you to let us know any bugs, malfunctions, improvements or even feedback if you are a marvelous person.
24
28
25
-
## How to build
26
-
_______________
27
-
**This part is not complete**
28
29
29
-
For windows:
30
+
# How to build
31
+
This is only necesary if the computer architecture is not already in the [releases page](https://github.com/phaseportrait/phaseportrait-gui/releases).
32
+
33
+
34
+
To build for the current machine you can build the aplication with
0 commit comments