diff --git a/README.md b/README.md index c5eab94..8079b4a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: