From: W. Trevor King Date: Sun, 5 Jun 2011 23:05:13 +0000 (-0400) Subject: Remove INSTALL to avoid duplicating content that's already in README. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1ebe124f247b9e363e3fc87c5b384e7e9f2e0ad;p=g-pypi.git Remove INSTALL to avoid duplicating content that's already in README. --- diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 51b3df6..0000000 --- a/INSTALL +++ /dev/null @@ -1,14 +0,0 @@ -INSTALL -======= - -g-pypi is available in my overlay directory: - -If you haven't emerged and configured app-portage/layman: - emerge layman - layman --add pythonhead - echo "source /var/lib/layman/make.conf" >> /etc/make.conf - emerge g-pypi - -If you have emerged and configured app-portage/layman: - layman --add pythonhead - emerge g-pypi diff --git a/README b/README index 3716d34..d76bb51 100644 --- a/README +++ b/README @@ -1,4 +1,3 @@ - g-pypi ====== @@ -11,6 +10,7 @@ Although it's in the early stages of development, testing has generated over 1,2 Note: g-pypi will only be as good at creating ebuilds as The Python Package Index information is. People can leave out a lot of information when submitting info to PyPI, making ebuild creation impossible. + Basic Usage =========== @@ -70,16 +70,20 @@ Use '-V' for verbose output for debugging. INSTALL ======= -g-pypi is available in my overlay directory: +g-pypi is available in my overlay directory. -If you haven't emerged and configured app-portage/layman: +If you haven't emerged and configured app-portage/layman:: -:: + # emerge layman + # layman --add pythonhead + # echo "source /var/lib/layman/make.conf" >> /etc/make.conf + # emerge g-pypi + +If you have emerged and configured app-portage/layman:: + + # layman --add pythonhead + # emerge g-pypi - emerge layman - echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf - layman --add pythonhead - emerge g-pypi Subversion ==========