Install using distutils from cloned repo.

remotes/origin/4.6
Darko Poljak 8 years ago
parent 74f0664333
commit e9f8cb6f49
  1. 2
      Makefile
  2. 14
      docs/src/cdist-install.rst

@ -198,7 +198,7 @@ archlinux-release: $(ARCHLINUX_FILE)
# Release
#
$(PYTHON_VERSION): .git/refs/heads/master
$(PYTHON_VERSION) version: .git/refs/heads/master
$(helper) version
# Code that is better handled in a shell script

@ -40,6 +40,20 @@ To install cdist, execute the following commands:
cd cdist
export PATH=$PATH:$(pwd -P)/bin
To install cdist with distutils from cloned repository, first you have to
create version.py:
.. code-block:: sh
make version
Then, as usual, you execute the following command:
.. code-block:: sh
python setup.py install
Available versions in git
^^^^^^^^^^^^^^^^^^^^^^^^^

Loading…
Cancel
Save