Skip to content

Commit

Permalink
from new devops
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed Jun 13, 2023
1 parent b0cfd81 commit 344789c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .dae-devops/docs/developing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Clone the repository::

It is recommended that you install into a virtual environment so this
installation will not interfere with any existing Python software.
Make sure to have at least python version >=3.10 then::
Make sure to have at least python version 3.10 then::

$ python3 -m venv /scratch/$USER/myvenv
$ source /scratch/$USER/myvenv/bin/activate
Expand All @@ -28,4 +28,4 @@ Install the package in edit mode which will also install all its dependencies::
Now you may begin modifying the code.


.. # dae_devops_fingerprint 541a732e9b67fb4322c7d4286330894f
.. # dae_devops_fingerprint 29833ac3c02790256dee4294547276fc
8 changes: 4 additions & 4 deletions .dae-devops/docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Installing
=======================================================================


You will need python >=3.10 or later.
You will need python 3.10 or later.

On a Diamond Light Source internal computer, you can achieve Python >=3.10 by::
On a Diamond Light Source internal computer, you can achieve Python 3.10 by::

$ module load python/>=3.10
$ module load python/3.10

You can check your version of python by typing into a terminal::

Expand Down Expand Up @@ -39,4 +39,4 @@ You can check the version that has been installed by typing::
$ dls-bxflow-epsic --version
$ dls-bxflow-epsic --version-json

.. # dae_devops_fingerprint 2536adcdc877e553821264097f0af330
.. # dae_devops_fingerprint 8a36471be569817b021d617c3891644b
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def ultimateReplace(app, docname, source):
"$" + "{repository_name}": "dls-bxflow-epsic",
"$" + "{package_name}": "dls_bxflow_epsic",
"$" + "{git_url}": "https://github.com/DiamondLightSource",
"$" + "{python_version_at_least}": ">=3.10",
"$" + "{python_version_at_least}": "3.10",
}


Expand All @@ -197,4 +197,4 @@ def setup(app):
app.connect("source-read", ultimateReplace)


# dae_devops_fingerprint 3f4594f6f175a8e6f58718c177489f82
# dae_devops_fingerprint 8e603e29e8b9baa409c57595a0c5e916

0 comments on commit 344789c

Please sign in to comment.