Update readme.md to provide instructions for installing as a module #60
Comments
|
I usually use jupyter lab instead of the notebook and ran into the issue of not finding micasense module when However, I saw that it successfully imported micasense when I used it in the notebook. I also saw the micasense folder and files in there, so I assumed the micasense library needed to be added as a module in conda.
Now it works. |
|
Those are good tips, I haven't used lab yet. One thing I'll add is that for users that want to modify library code, 3 can be replaced with
which allows the user to continue editing the installed library code without re-installing. When done hacking on the code, the There is also some commentary here about using |
|
How can I install module named 'micasense'. |
Let's update the documentation to capture that the library can be installed as a module. We should include an explanation of the
pip install -e .orpython setup.py developsyntax to capture that many developers may want to install in place so they can continue to update and develop the library code.The text was updated successfully, but these errors were encountered: