From 39a973dfe1677ee0b5add321b93df92a09be0278 Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Thu, 24 Jun 2021 22:52:47 -0700 Subject: [PATCH] added installation and usage instructions to readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index f0a2552..b1a07d8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,30 @@ Script to merge data from PsychonautWiki API + pages and TripSit factsheets into one standardized format +## Installation + +1. Install virtualenv + ``` + python3 -m pip install --user virtualenv + ``` +2. Create virtual environment + ``` + python3 -m venv env + ``` +3. Activate virtual environment + ``` + source env/bin/activate + ``` +4. Install packages + ``` + python3 -m pip install -r requirements.txt + ``` + +## Usage +``` +python3 scrape.py +``` + ## Output Schema | Property | Type | Description | Source |