Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
fixed package setup (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wiseblatt authored and jtk54 committed Jun 14, 2016
1 parent 3f5303b commit 25e6517
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ where the core framework accomodates for asynchronous calls and even retries
if appropriate.


# Setup
pip install -r requirements.txt


# Example
A test case might look something like this:

Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--index-url https://pypi.python.org/simple/

-e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup

setup(
name = 'citest',
Expand Down

0 comments on commit 25e6517

Please sign in to comment.