Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.rst

Issue 29989581: Noissue - Update virtualenv instructions (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Patch Set: Created Jan. 24, 2019, 11:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.rst
===================================================================
--- a/README.rst
+++ b/README.rst
@@ -215,7 +215,8 @@
python-abp there::
$ cd python-abp
- $ virtualenv env
+ $ virtualenv venv
+ $ source venv/bin/activate
Vasily Kuznetsov 2019/01/25 12:09:50 Since we don't need the virtualenv to be activated
rhowell 2019/01/25 23:49:00 Done.
$ pip install --upgrade .
@@ -229,3 +230,9 @@
Now you can use the functions with ``abp$functionname``, e.g.
``abp.line2dict("@@||g.doubleclick.net/pagead/$subdocument,domain=hon30.org")``.
+
+
+When you are finished, deactivate the virtualenv and delete it::
Vasily Kuznetsov 2019/01/25 12:09:50 If you agree with the suggestion above about not a
rhowell 2019/01/25 23:49:00 Done.
+
+ $ deactivate
+ $ rm -r venv/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld