-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[doc] virtualenv is not mandatory #14
Comments
In the python community, virtualenv is the defacto standard way of distributing and using python on every platform. Since we are more in a "applicative" approach than a python lib or framework, it might make sens to offer other ways of using it. If you send a PR with an update of the README I'll merge it. Another way to do that is to do a:
And this in your bashrc
The only reserve I have regarding recommanding distro packages are that if we start to had more dependancies, they might no be packaged. (Since we have a very standard usage of those packages that's not a big surprise (but a good one).) |
Understood, and that was my opinion too. Currently the number of dependencies is so small that it seems useful to me to at least mention it. I'll do the appropriate PR |
Hum since your latest code split, this does not work anymore...
So sad I will have to use pip :) |
Damn, I'm not sure on how to fix this in a clean way :x |
Not sure it is clean-pip-compliant, but in the root of the repo, adding a prosopopee.py file with :
and I'm good to go |
on my ubuntu laptop, prosopopee runs fine with standard packages.
then from a site root :
I find it much easier to work with than to manage ve activation/deactivation...
The text was updated successfully, but these errors were encountered: