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

Unified Diff: README.rst

Issue 29988581: Issue 7230 - python-abp line2dict vectorization (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Patch Set: Created Jan. 24, 2019, 3:37 a.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 | « .hgignore ('k') | abp/filters/rpy.py » ('j') | abp/filters/rpy.py » ('J')
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
$ 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::
+
+ $ deactivate
+ $ rm -r venv/
« no previous file with comments | « .hgignore ('k') | abp/filters/rpy.py » ('j') | abp/filters/rpy.py » ('J')

Powered by Google App Engine
This is Rietveld