iandanforth / mjcf

Python Library for MuJoCo Format model xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[SOLVED] Setup.py Not installing proper package

mfogelson opened this issue · comments

When I install the package by doing:

python3 setup.py install --user

This doesn't actually create a package that contains the code from elements

Any thoughts?

**SOLVED: **

  1. install the package as the following:
pip3 install . 

This will allow for uninstalling a lot easier

  1. add __init__.py to lib folder