Skip to content

Commit

Permalink
Add pip install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang committed Jul 5, 2021
1 parent 4684dea commit 7a458de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Additionally, we needed to store older data in bulk for our open source develope
so we decided to utilize GitHub Actions and its cron job. We update our releases
of bulk data on a daily cycle.

## New Installation

`pip install congress-crawler`

### Notes!

After reviewing much of this repository, lots of code is just missing and not updated.
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/usr/bin/env python

from pathlib import Path
from setuptools import setup, find_packages

from setuptools import find_packages, setup

from congress_crawler import __version__


Expand Down

0 comments on commit 7a458de

Please sign in to comment.