-
Notifications
You must be signed in to change notification settings - Fork 1
Installation (Windows)
Fluvio L. Lobo Fenoglietto edited this page Jun 18, 2019
·
10 revisions
The following steps will cover the installation of the geovar program on a Windows system
NOTES:
- geovar was written in Python 3.x
- geovar has been tested in Python 3.6 & 3.7 Windows users may install Python through software suites like Anaconda, ultimately affecting path variables by prioritizing the suite's directoy during installation. To achieve best results, we recommend the removal of Anaconda from PATH or remove the suite entirely
-
Install the latest version of Python 3.x
- Ensure to download and install the 64-bit version of Python 3.x
- Add Python 3.x to your system's PATH variable
-
Using the Windows Command Prompt, install the following packages
python -m pip install -U pip python -m pip install onshapepy python -m pip install numpy python -m pip install lxml python -m pip install pexpect python -m pip install vtk
NOTES:
-
IF Any additional modules are missing
ModuleNorFoundError: No module named '<module_name>'
, try installing said module in the command promptpython -m pip install <module_name>
- Missing modules
ModuleNorFoundError: No module named '<module_name>'
will be identified by IDLE
-
IF Any additional modules are missing
-
Clone the geovar GitHub repo
-
Continue to Implementation