Skip to content

Commit

Permalink
converted old symlink to file
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgrant committed Jan 7, 2018
1 parent e0f260f commit 4598d98
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.. image:: https://img.shields.io/pypi/v/nerodia.svg
:target: https://pypi.python.org/pypi/nerodia

.. image:: https://img.shields.io/pypi/pyversions/nerodia.svg
:target: https://pypi.python.org/pypi/nerodia

.. image:: https://travis-ci.org/watir/nerodia.svg?branch=master
:target: https://travis-ci.org/watir/nerodia

.. image:: https://ci.appveyor.com/api/projects/status/7go9s2tmp2av08sa?svg=true
:target: https://ci.appveyor.com/project/joshmgrant/nerodia/branch/master


-----

Introduction
============
Nerodia is a Python port of the Watir ruby gem. https://github.com/watir/watir

Supported Python Versions
=========================

* Python 2.7
* Python 3.4+

Installing
==========

If you have `pip <https://pip.pypa.io/>`_ on your system, you can simply install or upgrade::

pip install -U nerodia

Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/nerodia>`_ (e.g. nerodia-1.0.0.tar.gz), unarchive it, and run::

python setup.py install

API Documentation
=================

For specific documentation of Nerodia's API, `please see the Nerodia Documentation <http://nerodia.readthedocs.io/en/latest/>`_.

0 comments on commit 4598d98

Please sign in to comment.