On Mon, Oct 12, 2015 at 4:42 PM, Glenn Schultz <glennmschu...@gmail.com> wrote: > Hello All, > > I have an application written in R for the analysis of mortgage-backed and > asset-backed securities. I am in the process of writing it in Python. I > need some help getting started. Here is the repository > > https://github.com/glennmschultz/Bond_Lab > > I think I have the deployment setup properly but I can't seem to install the > deployment. I tried > pip install - e . but that did not work. I have been reading all day and > have made very little progress. I expect its simple but so far I have not > found the magic bullet.
Did you actually use pip install -e or pip install - e (which would be an error)? Just saying that it doesn't work doesn't help us help you. What precisely have you tried, and what was the error that you got when you tried it? -- https://mail.python.org/mailman/listinfo/python-list