Skip to content
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

Install with setuptools aka pip #5

Merged
merged 4 commits into from
Sep 8, 2016

Conversation

ewized
Copy link
Contributor

@ewized ewized commented Sep 7, 2016

This adds the ability to install the smart mirror with one command.
This also makes the readme clear on what to do.

The following command will work once merged.

sudo pip install git+https://github.com/HackerHouseYT/Smart-Mirror.git

To test this run the following command to trigger from my repo.

sudo pip install git+https://github.com/ewized/Smart-Mirror.git@setuptools

This will install all the needed pip packages and the
software packages. Also allows for versions to trigger
updates if ran with tools like Ansible, Puppet, ect.

## Running
To run the application run the following command in this folder
> python smartmirror.py
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the appropriate place to ask users where they'd like the weather/news from. Modifying scripts is a bit tedious in my opinion.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its up to @atainter, I do like not editing config files and run everything from CLI. Perhaps someone could add something like this.

pyhton smartmirror.py --token TOKEN_KEY

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think pyhton smartmirror.py --token TOKEN_KEY would be tedious if you have to append the token every time you run it. Let's keep it as is for now.

@ewized ewized changed the title Install with setuptools aks pip Install with setuptools aka pip Sep 8, 2016
@atainter
Copy link
Contributor

atainter commented Sep 8, 2016

LGTM. Thanks!

@atainter atainter merged commit bc8a850 into HackerShackOfficial:master Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants