thomasweng15 / E.V.E.

a talking Jarvis program written in Python.
221 stars 27 forks source link

no installation instructions after clone repo in readme #3

Open salimane opened 11 years ago

salimane commented 11 years ago

There is no installation instructions after clone repo in readme. Thanks

thomasweng15 commented 11 years ago

Oh sorry, I meant to reference issue #2, not this issue, in the commit above.

Salimane, could you elaborate on the problem please? I included installation instructions in README.md, but if they aren't cloning on your machine or if they are unclear please let me know. The instructions are for Ubuntu Linux, but if you are using a different distro, we could work together to write documentation for it.

salimane commented 11 years ago

I was thinking after cloning the repo, it was to be installed and be running as a daemon or something, so that the user doesn't have to manually run python eve.py every time in the terminal. Thanks

thomasweng15 commented 11 years ago

oh I see! At this point I haven't implemented a feature like that yet. I was considering creating a gui for the application and then doing what you suggested so that users could click on an icon to start the gui mode, but I don't have much experience with creating graphic user interfaces. But yes, one of my future goals is to implement what you asked about.