We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014173a commit fc7c705Copy full SHA for fc7c705
.gitignore
@@ -32,4 +32,8 @@ __pycache__
32
33
# PyPI package
34
dist
35
-gogoweb.egg-info
+gogoweb.egg-info
36
+
37
+#pip
38
+Lib
39
+Scripts
README.md
@@ -29,12 +29,12 @@ Command-line tool that converts .txt or .md files into .html files.
29
30
Windows
31
```
- py -m pip install --upgrade pip
+ py -m ensurepip --upgrade
Linux/MAC OS
- python3 -m pip install --upgrade pip
+ python -m ensurepip --upgrade
40
3. Install gogoweb using pip.
0 commit comments