From 8c3bf6db5db8f6bbc8459e74f4f1e1b9ef658e9d Mon Sep 17 00:00:00 2001 From: Gizem Ozdil Date: Tue, 21 Jan 2025 22:14:57 +0100 Subject: [PATCH] change installation --- README.md | 3 +-- docs/installation.md | 9 ++------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6ac31a2..1dc318f 100644 --- a/README.md +++ b/README.md @@ -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) - @@ -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 diff --git a/docs/installation.md b/docs/installation.md index 7da2663..40902f5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 ``` @@ -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