Skip to content

Commit e93d60d

Browse files
Carrick Bartlemartinthomson
authored andcommitted
Remove no-site-packages from virtualenv command
1 parent 1d9c067 commit e93d60d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ rfc2629xslt
77
draft-*
88
issues.json
99
pulls.json
10+
*.DS_Store

doc/SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Once pip is installed, you can install xml2rfc.
4141
Using a `virtualenv`:
4242

4343
```sh
44-
$ virtualenv --no-site-packages venv
44+
$ virtualenv venv
4545
# remember also to activate the virtualenv before any 'make' run
4646
$ source venv/bin/activate
4747
$ pip3 install xml2rfc

0 commit comments

Comments
 (0)