소스 검색

dnet: add venv activation step to README

lunar-mining 2 년 전
부모
커밋
6cd14256fc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bin/dnet/README.md

+ 1 - 0
bin/dnet/README.md

@@ -20,6 +20,7 @@ for Python. Do so as follows:
 
 ```shell
 % python -m venv python-venv
+% python-env/bin/activate
 ```
 
 Then install the requirements: