Skip to content

Commit 91f8198

Browse files
committed
Updated README.md
1 parent 6cd0895 commit 91f8198

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# PoroLobby
22

3-
PoroLobby creates 5v5 Practice Tool with bots in League of Legends.
3+
PoroLobby creates 5v5 Practice Tool with bots in League of Legends. This tool uses [lcu-driver](https://github.com/sousa-andre/lcu-driver) to access League Client API.
44

5-
## How to use (Windows)
5+
## How to use
6+
7+
### Easy way
68

79
Video guide:
810
(WILL BE ADDED)
@@ -15,16 +17,33 @@ Video guide:
1517

1618
### Advanced users (Win/Mac/Linux)
1719

18-
If you know Python, there's no need to run the exe file. Clone this repo, install requirements with `pip` and run `porolobby.py`.
19-
This method should work for all platforms.
20+
If you know Python, there's no need to run the exe file.
21+
22+
1. Install [Python 3](https://www.python.org/downloads/)
23+
24+
2. Clone this repository and navigate to its folder
25+
```SHELL
26+
git clone https://github.com/LeagueOfPoro/PoroLobby.git
27+
cd PoroLobby
28+
```
29+
30+
3. Install requirements
31+
```SHELL
32+
pip install -r requirements.txt
33+
```
34+
4. Run `porolobby.py`
35+
```SHELL
36+
python porolobby.py
37+
```
38+
This method should work on all platforms.
2039

2140
## Disclaimer
2241

23-
Use of this tool should not be bannable by Riot Games. That said, League of Poro provides no guarantee whatsoever. Use at your own risk!
42+
This tool uses the official League Client API, and therfore the use of this tool should not be bannable by Riot Games. That said, League of Poro provides no guarantee whatsoever. Use at your own risk!
2443

2544
## License
2645

27-
This tool is distributed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
46+
This tool is distributed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
2847

2948
## Endorsement
3049

0 commit comments

Comments
 (0)