diff --git a/README.md b/README.md index a5e947a..497da53 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,6 @@ You can also use mdv as a **source code** viewer, best when you have docstrings from ```python -~/terminal_markdown_viewer $ cat setup.py #!/usr/bin/env python2.7 # coding: utf-8 @@ -92,7 +91,7 @@ from ## Usage - [sudo] ./setup.py install + pip install --upgrade . ---- """ diff --git a/mdv/misc/.test_md.md.swp b/mdv/misc/.test_md.md.swp deleted file mode 100644 index cf14695..0000000 Binary files a/mdv/misc/.test_md.md.swp and /dev/null differ diff --git a/mdv/misc/results_perftests/out_commonmark.html b/mdv/misc/results_perftests/out_commonmark.html index 89431b0..a846161 100644 --- a/mdv/misc/results_perftests/out_commonmark.html +++ b/mdv/misc/results_perftests/out_commonmark.html @@ -77,7 +77,7 @@
You can also use mdv as a source code viewer, best when you have docstrings with markdown in your code:
from
-~/terminal_markdown_viewer $ cat setup.py
+
#!/usr/bin/env python2.7
# coding: utf-8
@@ -86,7 +86,7 @@
## Usage
- [sudo] ./setup.py install
+ [sudo] pip install --upgrade .
----
"""
@@ -156,9 +156,9 @@ Manual Install: Setup
Distribution via setuptools. If setuptools is not installed, run:
pip install setuptools
-Use the setup.py provided inside, I.e. run:
-sudo ./setup.py install
-(or ./setup.py install --user to install only for the current user)
+Use pip, I.e. run:
+sudo pip install --upgrade .
+(or just pip install --upgrade . to install only for the current user)
Usage
CLI
@@ -448,4 +448,4 @@ Sept 2018:
| User | Any |
| Campaign | Any |
| Support Portal | [cpeid, '=', a cpeid]
|
-