File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 6
6
- " 2.7"
7
7
8
8
install :
9
+ - make py36
9
10
- make dep
10
11
- make dev
11
12
Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ format:
7
7
8
8
dev :
9
9
pip install -r scripts/requirements-dev.txt
10
- sudo add-apt-repository -y ppa:deadsnakes/ppa
11
- sudo apt-get update
12
- sudo apt-get install -y python3.6
13
- sudo apt-get install -y python3-pip
14
- python3.6 -m pip install black
10
+ python3.6 -m pip install black # required python3.6 & python3-pip
15
11
pre-commit install
16
12
17
13
dep :
18
14
pip install -r scripts/requirements.txt
15
+
16
+ py36 :
17
+ # install python3.6 for black (only ubuntu)
18
+ pip install -r scripts/requirements-dev.txt
19
+ sudo add-apt-repository -y ppa:deadsnakes/ppa
20
+ sudo apt-get update
21
+ sudo apt-get install -y python3.6
22
+ sudo apt-get install -y python3-pip
You can’t perform that action at this time.
0 commit comments