tritemio / PyBroMo

A simulator for single molecule FRET experiments of freely diffusing particles. Moved to:
https://github.com/OpenSMFS/PyBroMo
GNU General Public License v2.0
17 stars 10 forks source link

Installation instructions #8

Closed mayeshh closed 5 years ago

mayeshh commented 5 years ago

I have cloned the repo and tried to run the first notebook, and immediately, I am getting an error No module named 'pybromo'.

I did not do any sort of installation... I don't remember having to do that before. Is there a step that I am missing? Or is there a suggested environment that I can install?

(Is this the appropriate forum, or should I have opened an issue instead?)

review-notebook-app[bot] commented 5 years ago

Check out this pull request on ReviewNB: https://app.reviewnb.com/tritemio/PyBroMo/pull/8

Visit www.reviewnb.com to know how we simplify your Jupyter Notebook workflows.

tritemio commented 5 years ago

Hi @mayeshh,

the official PyBroMo repository is https://github.com/OpenSMFS/PyBroMo. This one was the original one created under my name but is outdated now. For questions like this please open an issue there (pull requests are for sending code modifications).

BTW, the installation requires you to install PyBroMo using pip. For the latest release use pip install pybromo; for the latest development version, clone the repo (the other one, not this one), enter the folder and do pip install -e .