Add initial makefile
This commit is contained in:
16
README.txt
16
README.txt
@ -16,8 +16,20 @@ Planned features, see __main__.py's comments.
|
||||
Installation
|
||||
-------------------------------------------------
|
||||
|
||||
Install dependencies:
|
||||
|
||||
* Debian: `sudo apt install python3 python3-venv git make`
|
||||
* Fedora: `sudo dnf install python3 python3-pip git make`
|
||||
|
||||
Clone the repo:
|
||||
|
||||
```
|
||||
git clone https://git.autonomic.zone/autonomic-cooperative/multiball.git
|
||||
cd multiball
|
||||
pip install .
|
||||
```
|
||||
|
||||
Install, including dependencies:
|
||||
|
||||
```
|
||||
cd multiball
|
||||
make
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user