Skip to content

Commit

Permalink
closes #213; additional guidance for install (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvalentine94 authored Jun 16, 2024
1 parent 3353fd3 commit f444000
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ The installation selected has implications for how you run GEOUNED Python script
Currently the Mamba / Conda install is the recommended method.
The main complication when installing GEOUNED is integration between the main dependency (FreeCAD) and the users system Python.
Mamba / Conda provides a connection between the FreeCAD Python library and your system Python.
Users have also had success installing FreeCAD and making use of the Python version inbuilt into FreeCAD and the freecad.cmd however the integration ofr FrreCAD with the system Python is more challenging when installing in this manner.
Users have also had success installing FreeCAD and making use of the Python version inbuilt into FreeCAD and the freecad.cmd however the integration of FrreCAD with the system Python is more challenging when installing in this manner.
.. TODO as well so these installation methods are listed for completeness.
Note that your fork of the repostory must have releases which conform to PEP440 i.e. semantic versioning. When installing, setuptools
uses these tags to get the release number of GEOUNED. Release versions in the central repository now conform to this standard and can be reflected in your
fork using:

.. code-block:: sh
git fetch --tags upstream
where upstream is the remote url of the original repository.

.. toctree::
:numbered:
Expand Down

0 comments on commit f444000

Please sign in to comment.