python_notes_work
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| python_notes_work [2020/09/29 14:42] – juckins | python_notes_work [2020/09/29 15:53] (current) – juckins | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Get pygrib installed and working to plot meteorological data: | Get pygrib installed and working to plot meteorological data: | ||
| - | Is the following | + | Is the following |
| dnf config-manager --set-enabled PowerTools | dnf config-manager --set-enabled PowerTools | ||
| Line 11: | Line 11: | ||
| dnf install python3-matplotlib* | dnf install python3-matplotlib* | ||
| dnf install python3-pyproj | dnf install python3-pyproj | ||
| + | dnf install python3-wheel | ||
| + | dnf install libcurl-devel | ||
| + | dnf install cairo-devel | ||
| + | dnf install parted-devel | ||
| + | dnf install gobject-introspection-devel | ||
| + | dnf install cups-devel | ||
| + | dnf install dbus-devel | ||
| + | dnf install cairo-gobject-devel | ||
| python3 -m pip install --upgrade pip | python3 -m pip install --upgrade pip | ||
| - | python3 -m pip install | + | python3 -m pip install |
| - | pip_upgrade_outdated | + | |
| python3 -m pip install shapely | python3 -m pip install shapely | ||
| + | #python3 -m pip install pip-upgrade-outdated | ||
| + | # | ||
| + | | ||
| + | Now test a script. | ||
python_notes_work.1601404947.txt.gz · Last modified: by juckins
