Skip to content

Commit

Permalink
Fix Issue20 (#21)
Browse files Browse the repository at this point in the history
* Fix issue #20 
* Add .gitignore file
  • Loading branch information
stv0g authored Jan 30, 2023
2 parents 7419c81 + f26b9c1 commit b49972e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ User Installation

.. code-block:: bash
$ git clone https://git.rwth-aachen.de/acs/public/cim/cimpy
$ git clone https://github.com/sogno-platform/cimpy.git
$ cd cimpy
$ python setup.py install
Expand All @@ -22,12 +22,12 @@ Developer Installation

.. code-block:: bash
$ git clone https://git.rwth-aachen.de/acs/public/cim/cimpy
$ git clone https://github.com/sogno-platform/cimpy.git
$ cd cimpy
$ python setup.py develop
or

.. code-block:: bash
$ pip install --pre cimpy
$ pip install --pre cimpy

0 comments on commit b49972e

Please sign in to comment.