benelot / pybullet-gym

Open-source implementations of OpenAI Gym MuJoCo environments for use with the OpenAI Gym Reinforcement Learning Research Platform.
https://pybullet.org/
Other
831 stars 124 forks source link

Add fedora install notes #3

Open mariusa opened 6 years ago

mariusa commented 6 years ago

Please add these to help other fedora users

dnf install openmpi-devel python3-devel 
which mpiexec
# if not found: 
# export PATH=$PATH:/usr/lib64/openmpi/bin/
# echo 'export PATH=$PATH:/usr/lib64/openmpi/bin/' >> /etc/profile

pip3 install mpi4py 

pip3 install pybullet