You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went into install difficulties. I found the need to follows these steps on debian:
$ sudo apt-get install libevent-dev
$ sudo apt-get install python-all-dev
$ sudo pip install greenlet
$ sudo pip install gevent
I think it may help many potential users to add this information in a FAQ section or in the Install documentation.
Thanks
The text was updated successfully, but these errors were encountered:
Bonjour,
I went into install difficulties. I found the need to follows these steps on debian:
$ sudo apt-get install libevent-dev
$ sudo apt-get install python-all-dev
$ sudo pip install greenlet
$ sudo pip install gevent
I think it may help many potential users to add this information in a FAQ section or in the Install documentation.
Thanks
The text was updated successfully, but these errors were encountered: