Compare commits
2 Commits
51e489a8e3
...
df53667f91
Author | SHA1 | Date | |
---|---|---|---|
df53667f91 | |||
a710375f82 |
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "graph-easy"
|
||||
tags: [ "Documentation" ]
|
||||
title: "Easy Network Graph"
|
||||
tags: [ "Documentation", "Networking" ]
|
||||
---
|
||||
Set up a file like this, called `troubleshooting.txt`.
|
||||
|
||||
|
@ -1,27 +0,0 @@
|
||||
---
|
||||
title: "pip"
|
||||
tags: [ "Documentation", "Networking" ]
|
||||
---
|
||||
```
|
||||
|
||||
Searching does not work.
|
||||
|
||||
Install with:
|
||||
|
||||
```bash
|
||||
pip install [ package ]
|
||||
```
|
||||
|
||||
Upgrade all packages
|
||||
|
||||
```bash
|
||||
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
|
||||
```
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
You may need a python3 package.
|
||||
In this case, try:
|
||||
|
||||
```bash
|
||||
pip3 install [ package ]
|
Loading…
Reference in New Issue
Block a user