Skip to content

Commit fc7c705

Browse files
committed
update docs
1 parent 014173a commit fc7c705

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ __pycache__
3232

3333
# PyPI package
3434
dist
35-
gogoweb.egg-info
35+
gogoweb.egg-info
36+
37+
#pip
38+
Lib
39+
Scripts

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Command-line tool that converts .txt or .md files into .html files.
2929

3030
Windows
3131
```
32-
py -m pip install --upgrade pip
32+
py -m ensurepip --upgrade
3333
```
3434

3535
Linux/MAC OS
3636
```
37-
python3 -m pip install --upgrade pip
37+
python -m ensurepip --upgrade
3838
```
3939

4040
3. Install gogoweb using pip.

0 commit comments

Comments
 (0)