File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Clean up doc installation section and remove unused Makefile
Original file line number Diff line number Diff line change @@ -107,41 +107,9 @@ Developer installation
107107
108108 #. Verify your installation by importing the module:
109109
110- .. code :: pycon
110+ .. code :: pycon
111111
112- >>> from ansys.visor.viewer import Visor
113-
114-
115- #. Clean the build environment (optional)
116-
117- If you want to create a production-like installation on Windows, first install Chocolatey as described in
118- [Installing Chocolatey](https://chocolatey.org/install). You do not need this step on other operating systems.
119-
120- Then run these commands:
121-
122-
123- .. code-block ::
124-
125- choco install make # install GNU make on Windows
126- make clean # clean
127-
128-
129- If you get a `find ` command error on Windows, your shell might be calling the Windows version of `find ` instead
130- of the expected Unix command.
131-
132- 1. Verify that Git Bash is installed, for example in `C:\Program Files\Git\usr\bin `.
133-
134- 2. Add `C:\Program Files\Git\usr\bin ` to your system `PATH ` before the `System32 ` path.
135-
136- For example:
137-
138- .. image :: ../../developer_docs/images/env_vars.png
139- :alt: Environment variables
140- :align: center
141-
142- .. image :: ../../developer_docs/images/system_env_vars.png
143- :alt: System environment variables
144- :align: center
112+ >>> from ansys.visor.viewer import Visor
145113
146114
147115
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments