mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 15:29:50 +00:00
Better install instructions.
This commit is contained in:
@ -20,10 +20,13 @@ have no side effect, with [the exception of Sopel](https://github.com/sopel-irc/
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
|
||||||
Install dependencies:
|
Install irctest and dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
git clone https://github.com/ProgVal/irctest.git
|
||||||
|
cd irctest
|
||||||
pip3 install --user -r requirements.txt
|
pip3 install --user -r requirements.txt
|
||||||
|
python3 setup.py install --user
|
||||||
```
|
```
|
||||||
|
|
||||||
Add `~/.local/bin/` to your `PATH` if it is not.
|
Add `~/.local/bin/` to your `PATH` if it is not.
|
||||||
@ -53,7 +56,7 @@ To run tests with InspIRCd:
|
|||||||
|
|
||||||
```
|
```
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
wget git clone git@github.com:inspircd/inspircd.git
|
git clone https://github.com/inspircd/inspircd.git
|
||||||
cd inspircd
|
cd inspircd
|
||||||
./configure --prefix=$HOME/.local/ --development
|
./configure --prefix=$HOME/.local/ --development
|
||||||
make -j 4
|
make -j 4
|
||||||
|
Reference in New Issue
Block a user