Skip to content
Snippets Groups Projects
Commit ef43de66 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Resolve "bilby version information is out of date if `--tags` are not pulled"

parent 93b19659
No related branches found
No related tags found
1 merge request!1152Resolve "bilby version information is out of date if `--tags` are not pulled"
......@@ -65,6 +65,15 @@ Clone the repository, install the requirements, and then install the software:
Once you have run these steps, you have :code:`bilby` installed. You can now
try to run the examples.
.. note::
The bilby version is determined by the tags in the git repository. Therefore, you may need to run
.. code-block:: console
git fetch --all --tags
to fetch the tags so that when you install from source your version information is up to date.
.. note::
If you do not have a git.ligo account, and receive an error message:
......
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