Skip to content

Commit a8ff776

Browse files
committed
Merged: 0.9.3
1 parent 385cf58 commit a8ff776

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+594
-362
lines changed

README.md

Lines changed: 68 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
Current release: **0.9.2** | Build: **2023.04.12** | Official website: https://pygpt.net | Docs: https://pygpt.readthedocs.io
1+
Current release: **0.9.3** (build: **2023.04.14**)
22

3+
Official website: https://pygpt.net
34

4-
### **Download compiled versions for Windows 10, 11 and Linux** here: https://pygpt.net
5+
Documentation: https://pygpt.readthedocs.io
6+
7+
PyPi: https://pypi.org/project/pygpt-net
8+
9+
### **Compiled binary versions for Windows 10, 11 and Linux are available to download on project's page**: https://pygpt.net (in "Download" section)
510

611
# PYGPT
712

@@ -52,17 +57,67 @@ a registered OpenAI account and your own API key.**
5257

5358
# Requirements
5459

55-
## Supported systems
60+
## Supported systems (compiled version)
5661

57-
PYGPT requires a PC with Windows 10, 11 or Linux. It does not require
58-
installation - to run it, just download the archive with the appropriate
59-
version from the download page and then extract it and run the
60-
application included in it.
62+
PYGPT requires a PC with Windows 10, 11 or Linux. Just download the installer or
63+
archive with the appropriate version from the download page and then extract it
64+
or install it and run the application.
6165

62-
## Python version
66+
## Python version (source code)
6367

6468
The second way to run is to download the source code from GitHub and run
65-
the application using the Python interpreter (at least version 3.9).
69+
the application using the Python interpreter (at least version 3.9).
70+
You can also install application from PyPi (using "pip install").
71+
72+
### PyPi (pip)
73+
74+
1. Create virtual environment:
75+
76+
```commandline
77+
python -m venv venv
78+
source venv/bin/activate
79+
```
80+
81+
2. Install from PyPi:
82+
83+
``` commandline
84+
pip install pygpt-net
85+
```
86+
87+
3. Once installed run the command to start the application:
88+
89+
``` commandline
90+
pygpt
91+
```
92+
93+
### Running from GitHub source code
94+
95+
1. Clone git repository or download .zip file:
96+
97+
```commandline
98+
git clone https://github.com/szczyglis-dev/py-gpt.git
99+
cd py-gpt
100+
```
101+
102+
2. Create virtual environment:
103+
104+
```commandline
105+
python -m venv venv
106+
source venv/bin/activate
107+
```
108+
109+
3. Install requirements:
110+
111+
```commandline
112+
pip install -r requirements.txt
113+
```
114+
115+
4. Run the application:
116+
117+
```commandline
118+
cd src/pygpt_net
119+
python app.py
120+
```
66121

67122
## Other requirements
68123

@@ -399,6 +454,10 @@ in future versions of the application.
399454

400455
# CHANGELOG
401456

457+
## v0.9.3 (2023.04.13)
458+
459+
- packed into PyPI package
460+
402461
## v0.9.2 (2023.04.12)
403462

404463
- added theme color settings

data/config/config.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

data/config/models.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

data/config/presets/batman_and_joker.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

data/config/presets/current.chat.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

data/config/presets/current.completion.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

data/config/presets/current.img.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

data/config/presets/dalle_covboy_tokio.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

data/config/presets/dalle_woman_photorealistic.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/source/credits.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ https://pygpt.net
77
**GitHub:**
88
https://github.com/szczyglis-dev/py-gpt
99

10+
**PyPI:**
11+
https://pypi.org/project/pygpt-net
12+
1013
**Author:**
1114
Marcin Szczygliński (Poland, UE)
1215

docs/source/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
PYGPT - pygpt.net
77
==================
88

9-
| **Last update:** 2023.04.12 09:00
9+
| **Last update:** 2023.04.14 01:00
1010
| **Project website:** https://pygpt.net
1111
| **GitHub:** https://github.com/szczyglis-dev/py-gpt
12-
| **Release:** 0.9.2 (2023.04.12)
12+
| **PyPI:** https://pypi.org/project/pygpt-net
13+
| **Release:** 0.9.3 (2023.04.14)
1314
1415
.. toctree::
1516
:maxdepth: 3

docs/source/requirements.rst

Lines changed: 72 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,82 @@
1-
Requirements
2-
=============
1+
Requirements and installation
2+
==============================
33

4-
Supported systems
4+
Compiled binary version
55
-----------------
6-
PYGPT requires a PC with Windows 10, 11 or Linux. It does not require installation - to run it, just download the archive with the appropriate version from the download page and then extract it and run the application included in it.
6+
PYGPT requires a PC with Windows 10, 11 or Linux. Just download the installer or
7+
archive with the appropriate version from the download page and then extract it
8+
or install it and run the application.
79

10+
Windows 10, 11 (64-bit)
11+
```````
12+
The application is available for 64-bit Windows 10, 11 in the form of an MSI installer.
13+
The installer will automatically install all required dependencies and create
14+
a shortcut on the desktop. Just download the installer from the download page and
15+
run it
16+
17+
Linux (64-bit)
18+
`````
19+
The application is available for 64-bit Linux in the form of an archive with
20+
all required dependencies. Just download the archive from the download page and
21+
extract it. Then run the application by running the "pygpt" binary file in the
22+
root directory.
823

924
Python version
1025
---------------
11-
The second way to run is to download the source code from GitHub and run the application using the Python interpreter (at least version 3.9).
26+
The second way to run is to download the source code from GitHub and run
27+
the application using the Python interpreter (at least version 3.9).
28+
You can also install application from PyPi (using "pip install").
29+
30+
PyPi (pip)
31+
```````````
32+
33+
1. Create virtual environment:
34+
35+
.. code-block:: console
36+
37+
python -m venv venv
38+
source venv/bin/activate
39+
40+
2. Install from PyPi:
41+
42+
.. code-block:: console
43+
44+
pip install pygpt-net
45+
46+
3. Once installed run the command to start the application:
47+
48+
.. code-block:: console
49+
50+
pygpt
51+
52+
Running from GitHub source code
53+
````````````````````````````````
54+
1. Clone git repository or download .zip file:
55+
56+
.. code-block:: console
57+
58+
git clone https://github.com/szczyglis-dev/py-gpt.git
59+
cd py-gpt
60+
61+
2. Create virtual environment:
62+
63+
.. code-block:: console
64+
65+
python -m venv venv
66+
source venv/bin/activate
67+
68+
3. Install requirements:
69+
70+
.. code-block:: console
71+
72+
pip install -r requirements.txt
73+
74+
4. Run the application:
75+
76+
.. code-block:: console
1277
78+
cd src/pygpt_net
79+
python app.py
1380
1481
Other requirements
1582
------------------

0 commit comments

Comments
 (0)