Skip to content

Commit 92c6ee4

Browse files
docs: clean up doc installation section and remove unused Makefile (#56)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 60e7c0c commit 92c6ee4

3 files changed

Lines changed: 3 additions & 57 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clean up doc installation section and remove unused Makefile

‎doc/source/getting_started/installation.rst‎

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff 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

‎tools/Makefile‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)