I was doing : *pip install -e . * instead of* : pip install -e ".[testing]"*
after adding it to testing requirements for development. it works now , thanks ! On Friday, April 30, 2021 at 2:31:56 PM UTC+3 Sean Hammond wrote: > On Fri, 30 Apr 2021, at 11:22 AM, pzzcc wrote: > > Hello , > > I am trying to use Ipython as a shell to pshell using the command : > > *pshell -l * > > but the pshell doesn't list ipython as a shell that I can use. I can't > find anything in the docs about this. > > > https://docs.pylonsproject.org/projects/pyramid/en/latest/pscripts/pshell.html > > any heads up please or where to look ? > > > Hey, I think https://github.com/Pylons/pyramid_ipython does it for you > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/e86a6eee-6f67-4f52-9aea-e8e16bf33c21n%40googlegroups.com.
