frankban / frankban/juju-git-deploy

Mention steps to install PIP3 in docs

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
7
Forks
0
PR merge metrics
No merged PRs in 30d

Description

You may wish to add these two lines to the readme to help noobs like myself and others get up and running a bit faster:

```
sudo apt-get install python3-setuptools
sudo easy_install3 pip
```

I tracked them down after trying with easy_install (2.7 is installed on 14.10) failed to install properly (missing parse library).

For any noobs that did what I did, after installing PIP3, this fixed the juju-git-deploy install:

```
sudo pip3 install --upgrade juju-git-deploy
```

Cheers

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.