Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

examples: fix for example instructions #11

Closed
wants to merge 1 commit into from

Conversation

switowski
Copy link
Member

  • FIX Updates the app.py installation instructions

@switowski switowski added this to the Sprint-Record-Data-Model milestone Feb 29, 2016
@switowski switowski force-pushed the example-app-fix branch 2 times, most recently from 1ac7b9f to 9f56c13 Compare March 1, 2016 07:53
pip install -e .[all]
pip install invenio-theme==1.0.0a9
pip install -r requirements-devel.txt
Copy link
Member

Choose a reason for hiding this comment

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

The only thing that requirements-devel.txt installs is DoJSON, why not put it here directly?

Alternatively you can create examples/requirements.txt if you wan to make the instructions smaller.

Copy link
Member

Choose a reason for hiding this comment

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

FWIW I like examples/requirements-devel.txt approach for consistency with the other Invenio packages. And I would mention it with the "# optional" comment, so that the instructions would be valid also in the future when we'll release dojson on PyPI.

* FIX Updates the app.py installation instructions
pip install -e .[all]
pip install invenio-theme==1.0.0a9
pip install git+git://github.com/inveniosoftware/dojson.git
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be pip install dojson

Copy link
Member Author

Choose a reason for hiding this comment

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

It should but after the new version of dojson is released (the current released version is missing some cli functions) :/

Copy link
Member

Choose a reason for hiding this comment

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

Is it possible to make a release of dojson as-is, and then merge this afterwards? It's just that usually these tiny updates after something else is released are forgotten.

@egabancho egabancho assigned switowski and unassigned egabancho Mar 8, 2016
@@ -1,30 +0,0 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

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

It's good idea to keep this file here.

@switowski
Copy link
Member Author

I'm closing this PR as the #17 is a further improvement of it.

@switowski switowski closed this Mar 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants