Skip to content
Snippets Groups Projects
Commit b79f9986 authored by Samuel Jones's avatar Samuel Jones Committed by Peterson, Peter
Browse files

Update pre-commit install guidelines for Linux

parent d5c700a4
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ Red Hat/Cent OS/Fedora
yum install mantid-developer
# Install pre-commit
pip install pre-commit
pip install pre-commit --user
Ubuntu 18.04
~~~~~~~~~~~~
......@@ -94,7 +94,7 @@ where ``X.Y.Z`` should be replaced with the version that was downloaded.
Install pre-commit for use in our current developer workflow
.. code-block:: sh
snap install pre-commit --classic
pip install pre-commit --user
if you wish to setup eclipse for use developing mantid, then instructions can be found :ref:`here <Eclipse>`.
......@@ -164,7 +164,7 @@ and passing the `-DENABLE_MANTIDPLOT=OFF` option to the cmake command line or se
Install pre-commit for use in our current developer workflow
.. code-block:: sh
snap install pre-commit --classic
pip install pre-commit --user
OSX
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment