Skip to content

Commit 40034a3

Browse files
Add new installation instructions
1 parent 4bc9064 commit 40034a3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/USAGE.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
# PyAvatar Usage
22

3-
To install PyAvatar, you can either use an executable package (Windows), or run the scripts through Python (Windows, macOS, Linux).
3+
To install PyAvatar, you can use an executable package (Windows), run the scripts through Python (Windows, macOS, Linux), or install from the [Python Package Index](https://pypi.org/).
44

55
## Executable Package
66

77
1. To run the executable package, download the latest `.zip` file from [GitHub Releases](https://github.com/Dog-Face-Development/PyAvatar/releases/latest) page.
88
2. Extract the `.zip` file using a program like [7-Zip](https://www.7-zip.org/).
99
3. _(Optional) Move the files to `C:\Program Files` and create a shortcut._
10-
4. Double click on `main.exe`.
10+
4. Double click on `send.exe`.
1111
5. Enjoy the program!
1212

1313
## Python Script
1414

1515
1. To run the Python script, download the latest source code release from [GitHub Releases](https://github.com/Dog-Face-Development/PyAvatar/releases/latest) page.
1616
2. Download and install [Python](https://www.python.org/downloads/).
1717
3. Extract the source code files using a program like [7-Zip](https://www.7-zip.org/).
18-
4. Double click on `main.py`, or right-click and open with IDLE and press `F5`.
18+
4. Double click on `send.py`, or right-click and open with IDLE and press `F5`.
1919
5. Enjoy the program!
20+
21+
## Python Package Index (`pip`)
22+
23+
1. Download and install [Python](https://www.python.org/downloads/).
24+
2. Open a terminal and run the command: `pip install pyavatar`.
25+
3. Start the program by running the command: `pyavatar`.
26+
4. Enjoy the program!

0 commit comments

Comments
 (0)