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

add requirements file of non-python dependencies - fix issue #34 #200

Merged
merged 4 commits into from
Apr 13, 2015

Conversation

luzfcb
Copy link
Collaborator

@luzfcb luzfcb commented Mar 14, 2015

No description provided.

@luzfcb
Copy link
Collaborator Author

luzfcb commented Mar 14, 2015

@pydanny @theskumar review me please

if you are good, I'll do some documentation

@pydanny
Copy link
Member

pydanny commented Mar 14, 2015

👍

apt-get update

# Install the basic compilation dependencies and other required libraries of this project
cat requirements.apt | grep -v "#" | xargs sudo apt-get install -y
Copy link

Choose a reason for hiding this comment

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

These commands will not only install all packages that are necessary, but will also upgrade any packages already installed to the latest version. That may not be a bad thing, but I prefer to err on the side of caution when doing root-level administration of somebody else's system. Having an --(no-)upgrade option, or at least warning the user in the docs that packages will be updated would be better.

add .idea on .gitignore
@luzfcb
Copy link
Collaborator Author

luzfcb commented Apr 11, 2015

@pydanny @theskumar @dupuy I refactored the install_os_dependencies.sh file. Is good now or I missed some more error?

@pydanny
Copy link
Member

pydanny commented Apr 12, 2015

👍

luzfcb added a commit that referenced this pull request Apr 13, 2015
add requirements file of non-python dependencies and helper scripts - fix issue #34
@luzfcb luzfcb merged commit 6626c92 into cookiecutter:master Apr 13, 2015
@luzfcb luzfcb deleted the issue-34 branch April 13, 2015 01:40
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