소스 검색

Switch to pipenv for installation and run

Daniel Gruno 4 년 전
부모
커밋
435ac2f40a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -33,9 +33,9 @@ A working copy of this program is in service by the Apache Software Foundation,
 ## Installing
 
 - Download or clone this repository: `git clone https://github.com/Humbedooh/pypubsub.git`
-- Install dependencies: `pip3 install -r requirements.txt`
+- Install dependencies using [pipenv](https://github.com/pypa/pipenv): `pipenv --three install -r requirements.txt`
 - Edit `pypubsub.yaml` and (for ACL) `pypubsub_acl.yaml` to fit your needs
-- Launch the program in the foreground or as a systemd service: `python3 pypubsub.py`
+- Launch the program in the foreground or as a systemd service: `pipenv run python3 pypubsub.py`
 - Check that your pubsub service is working: `curl -I http://localhost:2069`
 
 ## Topics and publishing/subscribing