Skip to content

Commit

Permalink
change installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gizemozd committed Jan 22, 2025
1 parent 2ea2589 commit 8c3bf6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[![License](https://img.shields.io/badge/License-Apache_2.0-red)](https://opensource.org/license/apache-2-0)
[![python](https://img.shields.io/badge/python-3.9%2C%203.10-blue)]()
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12601317.svg)](https://doi.org/10.5281/zenodo.12601317)

</div>


Expand Down Expand Up @@ -48,7 +47,7 @@ Documentation can be found [here](https://nely-epfl.github.io/sequential-inverse

You can install the newest version of the package manually by running the following line in the terminal:
```bash
$ pip install https://github.com/NeLy-EPFL/sequential-inverse-kinematics.git
$ pip install seqikpy
```

# 🏁 Quick Start
Expand Down
9 changes: 2 additions & 7 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

First, create a virtual environment by running the following line in the terminal:
```bash
conda create -n seqikpy python=3.8
conda create -n seqikpy python=3.9
```

Note that Python versions 3.8, 3.9, 3.10 are tested and supported. Next, activate the virtual environment by running the following line in the terminal:
Note that Python versions 3.9, 3.10 are tested and supported. Next, activate the virtual environment by running the following line in the terminal:
```bash
conda activate seqikpy
```
Expand All @@ -15,11 +15,6 @@ To install `seqikpy`, you can run the following line in the terminal:
pip install seqikpy
```

Or, you can install the newest version of the package manually by running the following line in the terminal:
```bash
pip install https://github.com/NeLy-EPFL/sequential-inverse-kinematics.git
```

You can as well clone the repository and install the package by running the following lines in the terminal:
```bash
git clone https://github.com/NeLy-EPFL/sequential-inverse-kinematics.git
Expand Down

0 comments on commit 8c3bf6d

Please sign in to comment.