Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/usage/getstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ which will be used when you try to commit something or you execute ``pre-commit
more about the powers of pre-commit from `their documentation <https://pre-commit.com>`_.

For now, CLEO's python packages are not readily installable and so you will have to clone the CLEO
repository to somewhere in your filesystem:
repository to somewhere in your filesystem and checkout to the performance_testing_cleo branch:
.. code-block:: console

$ git clone https://github.com/yoctoyotta1024/CLEO.git
$ cd CLEO && git switch performance_testing_cleo


That's it, you're done! Now maybe you want to compile and run one of the setups in ``src/``.
Expand Down
Loading