Naereen / uLogMe

:bar_chart: :chart_with_upwards_trend: Automatically collect and visualize usage statistics on Ubuntu, with :musical_keyboard: key frequencies and :computer: window titles →
https://Naereen.GitHub.io/uLogMe/
MIT License
67 stars 14 forks source link

Update README: now `scripts/ulogme_data.sh` #15

Closed nealmcb closed 7 years ago

nealmcb commented 7 years ago

Also note need for Python 3 for the visualization (probably want to note it earlier on also), make one of the command lines that gets split across lines a bit easier to read, and fix a bit of grammar. FWIW, I'd suggest also pulling out other command lines that need to be run into their own lines, for clarity and ease of copy-paste.

Naereen commented 7 years ago

Thanks. I will have to check if Py3K is needed, because I don't think so.

nealmcb commented 7 years ago

It might be just a simple fix. This is what led me to suggest that it was:

python ulogme_serve.py 
Traceback (most recent call last):
  File "ulogme_serve.py", line 14, in <module>
    import socketserver
ImportError: No module named socketserver

https://stackoverflow.com/questions/13329761/no-module-named-serversocket

Naereen commented 7 years ago

Yes, I fixed that and another issue (http.server was called SimpleHTTPServer in Python 2).

Naereen commented 7 years ago

I included all these suggestions in 6aa18ee, thanks. (closing)

nealmcb commented 7 years ago

Thanks for the updates. Sorry I didn't get a commit in this cool project ;)