Skip to content

Commit

Permalink
solve #30 by changing the installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed May 25, 2021
1 parent 81d2024 commit 3dd6ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To install ceiba-cli, do:

.. code-block:: console
pip install git+https://github.com/nlesc-nano/ceiba-cli.git@main
python -m pip install git+https://github.com/nlesc-nano/ceiba-cli.git@main

Contributing
############
Expand Down
2 changes: 1 addition & 1 deletion ceibacli/client/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Client to query the server.
+"""Client to query the server.
API
---
Expand Down

0 comments on commit 3dd6ff7

Please sign in to comment.