Slight change in common problems:

- added a comment about uninstalling software first before redoing necessary installation steps to fix the incorrect jep install for the windows direct installation
This commit is contained in:
Shay Carter 2021-05-20 15:37:28 -06:00
parent 9c8a3a1c86
commit 5ce99c76d1

View file

@ -92,6 +92,9 @@ Known datasets this can affect (this is not a comprehensive list):
- METAR Station Plot
- GFS Precip Type
To correct this issue, please redo the [installation instructions from **steps 4 and 5**](install-cave.md#download-and-installation-instructions_2), related to the C++ Build Tools and pip installations.
To correct this issue:
- Uninstall all related software (C++ Build Tools, Miniconda, Python, CAVE, pip, numpy, jep, etc)
- Redo all necessary [installation instructions in **steps 1 through 6**](install-cave.md#download-and-installation-instructions_2)
---