Skip to content

Commit

Permalink
fix: errors in docs and setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Apr 18, 2018
1 parent 9de0d4b commit da582b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ OS:

`Python`_ Version:

* Python2.x: 2.7
* Python3.x: 3.3 and later
* `Python`_ `2.x` : `2.7`
* `Python`_ `3.x` : `3.4` and later

Installation
------------
Expand All @@ -39,9 +39,9 @@ Installation

"develop" packages are not needed.

2. Install `python`_
2. Install `Python`_

Install `python`_ 2.7 or `python`_ 3.3+.
Install `Python`_ 2.7 or `Python`_ 3.3+.
Avoid this if it's already in your OS.

3. Install eXosip2CTypes
Expand Down Expand Up @@ -75,7 +75,7 @@ Check blow documentations for more infomations:

.. _eXosip2: http://www.gnu.org/software/osip/

.. _python: http://python.org/
.. _Python: http://python.org/

.. _pip: http://pypi.python.org/pypi/pip

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# -*- coding: utf-8 -*-

import sys
import os.path

# Always prefer setuptools over distutils
from setuptools import setup, find_packages
Expand Down

0 comments on commit da582b8

Please sign in to comment.