Skip to content

Commit e137e3a

Browse files
committed
Python 3.6 as prerequisite
1 parent 13ccfcb commit e137e3a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ This repository contains the backend, along with some configuration applied on t
88

99
### Quickstart
1010

11+
Prerequisites:
12+
13+
```bash
14+
sudo apt install python3 python3-venv
15+
```
16+
17+
Be sure you have Python **3.6**. You may need to use `python3.6` and `python3.6-venv` packages on some repositories with python3 already pointing to **3.7** (e.g. debian unstable/sid).
18+
19+
20+
1121
```bash
1222
git clone https://github.com/CoderBotOrg/coderbot.git
1323
cd coderbot

0 commit comments

Comments
 (0)