Skip to content

Commit

Permalink
Updating the Order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tayalmanan28 authored Jun 19, 2022
1 parent e30e152 commit 520cee5
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,13 @@ Switch to the newly create environment (you will notice the name of the environm
$ conda activate biped-pyb
```

Once in the desired environment install the following packages:
```
$ conda install nb_conda_kernels
```

Install PyBullet (while in the environment):
Then, clone the repository on your system:
```
$ pip install pybullet
git clone https://github.com/tayalmanan28/Biped-Pybullet.git
```

Install Matplotlib (while in the environment):
Install the following required packages:
```
$ conda install matplotlib
pip install -r requirements.txt
```

### Checking Pybullet Installation
Expand All @@ -43,18 +37,7 @@ Inside the python environment import the pybullet and matplotlib libraries:
>> import pybullet
>> import matplotlib
```
If this command executes without any error then the installation is successful.

### Running Biped Code

Then, clone the repository on your system:
```
git clone https://github.com/tayalmanan28/Biped-Pybullet.git
```
Install the following required packages:
```
pip install -r requirements.txt
```
If this command executes without any error then the installation is successful.


## Things to be done:
Expand Down

0 comments on commit 520cee5

Please sign in to comment.