Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Switch to reStructuredText README #11

Merged
merged 1 commit into from
Nov 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md → README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ This python package provides the ManageIQ API Client library.
Getting Started
---------------

Preparing your python virtual environment:
Preparing your python virtual environment::

$ virtualenv venv
$ source venv/bin/activate
$ pip install -e . # To create an editable install of this package

If you want to install it directly from GitHub:
If you want to install it directly from GitHub::

$ pip install git+https://github.com/ManageIQ/manageiq-api-client-python.git

To run the example present in this repository you probably need to configure
your options (if different from the default shown here):
your options (if different from the default shown here)::

$ export MIQURL=http://localhost:3000/api
$ export MIQUSERNAME=admin
Expand Down