From ca9a08910882d2f30880e41215280bbed2485190 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 28 Apr 2020 14:37:59 -0400 Subject: [PATCH] Update README to reflect restructuring of repository --- README.md | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index ff4a322..886031f 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,35 @@ -# Claremont Makerspace Member Plumbing +# Claremont MakerSpace Member Plumbing -This repo contains a set of scripts to sync data around for the Claremont MakerSpace. They primarilly revolve around pulling member data from [MembershipWorks](https://membershipworks.com/) and pushing it out to various systems at the Space. +This repo contains a set of scripts to sync data around for the Claremont MakerSpace. They primarily revolve around pulling member data from [MembershipWorks](https://membershipworks.com/) and pushing it out to various systems at the Space. -## `passwords.py` +## Setup -Most of the scripts require a `passwords.py` file, defining the usernames in passwords for various services. This file is not distributed in this repository, for obvious reasons, but here is an example: +This project uses [Poetry](https://python-poetry.org/) for dependency management. Typical usage is first running `poetry install` to create a virtualenv and install dependencies, then running `poetry run bin/