@tyleretters/discography 1.0.4 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,6 +5,15 @@
5
5
  - Release dates are in a modified "Long Now" format, prefixed with `0`. This also solves for some date/object/string/parsing/conversion issues.
6
6
  - EPs are defined as being less than or equal to 29 minutes 59 seconds.
7
7
 
8
+ ## Setup
9
+
10
+ - `cd discography`
11
+ - `npm i`
12
+ - `cd src`
13
+ - `python3 -m venv venv`
14
+ - `source venv/bin/activate`
15
+ - `pip install -r requirements.txt`
16
+
8
17
  ## Updating & Publishing
9
18
 
10
19
  - Update `./src/discography.yml`