소스 검색

fixed installation instructions to use python 2

tags/v1.1.0
Robin Thoni 8 년 전
부모
커밋
5c24f61780
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      README.md

+ 2
- 2
README.md 파일 보기

16
 
16
 
17
 Install or upgrade certbot:
17
 Install or upgrade certbot:
18
 
18
 
19
-`pip install -U certbot`
19
+`pip2 install -U certbot`
20
 
20
 
21
 Install certbot-pdns:
21
 Install certbot-pdns:
22
 
22
 
24
 #Install from pip
24
 #Install from pip
25
 pip2 install certbot-pdns
25
 pip2 install certbot-pdns
26
 #Install from sources
26
 #Install from sources
27
-python setup.py install
27
+python2 setup.py install
28
 ```
28
 ```
29
 
29
 
30
 Check that `certbot-pdns:auth` is listed when executing `certbot --text plugins`
30
 Check that `certbot-pdns:auth` is listed when executing `certbot --text plugins`

Loading…
취소
저장