Skip to content

Commit

Permalink
Merge pull request #1 from RobinEnjalbert/main
Browse files Browse the repository at this point in the history
Change GitHub owner.
  • Loading branch information
RobinEnjalbert authored Sep 13, 2024
2 parents 780fc8b + 6b43431 commit 840b25b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This HTML file can then be shared and opened in any browsers and laptop, it can

## Gallery

See the interactive gallery in the [**documentation**](https://robinenjalbert.github.io/SimExporter/) !
See the interactive gallery in the [**documentation**](https://mimesis-inria.github.io/SimExporter/) !

![gallery](docs/src/_static/gallery.png)

Expand All @@ -29,10 +29,10 @@ Try an integrated animation on our [**team website**](https://mimesis.inria.fr/)

``` bash
# Option 1 (USERS): install with pip
$ pip install git+https://github.com/RobinEnjalbert/SimExporter.git
$ pip install git+https://github.com/mimesis-inria/SimExporter.git

# Option 2 (DEVS): install as editable
$ git clone https://github.com/RobinEnjalbert/SimExporter.git
$ git clone https://github.com/mimesis-inria/SimExporter.git
$ cd SimExporter
$ pip install -e .
```
Expand Down Expand Up @@ -77,9 +77,9 @@ exporter.to_html(filename='animation.html')
```

To integrate the HTML file into a website or presentation slides, see the dedicated section in the
[**documentation**](https://robinenjalbert.github.io/SimExporter/).
[**documentation**](https://mimesis-inria.github.io/SimExporter/).


## Documentation

See more ⟶ [**documentation**](https://robinenjalbert.github.io/SimExporter/)
See more ⟶ [**documentation**](https://mimesis-inria.github.io/SimExporter/)
4 changes: 2 additions & 2 deletions docs/src/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Install with *pip*

.. code-block:: bash
pip install git+https://github.com/RobinEnjalbert/SimExporter.git
pip install git+https://github.com/mimesis-inria/SimExporter.git
You should be able to run:

Expand All @@ -49,7 +49,7 @@ Install from sources

.. code-block:: bash
git clone https://github.com/RobinEnjalbert/SimExporter.git
git clone https://github.com/mimesis-inria/SimExporter.git
cd SimExporter
pip install -e .
Expand Down

0 comments on commit 840b25b

Please sign in to comment.