Browse Source

Merge pull request #1 from TypeNetwork/setup

Added installation and generation instructions to README.md
Alexandre Saumier Demers 7 years ago
parent
commit
88a43e3935
2 changed files with 46 additions and 9 deletions
  1. 34 9
      README.md
  2. 12 0
      requirements.txt

+ 34 - 9
README.md

@@ -49,13 +49,38 @@ The [fonts](fonts/) folder contains the variation font.
 **Roboto-VF.ttf** has deltas min, default, max and also intermediate instances
 
 Both fonts have all named instances:
-
-- Thin
- Thin Italic
-- Light
- Light Italic
- Regular
+
+- Thin
+- Thin Italic
+- Light
+- Light Italic
+- Regular
 - Italic
-- Medium
- Medium Italic
-- Bold
- Bold Italic
-- Black
- Black Italic
-- Condensed Light
- Condensed Light Italic
-- Condensed Regular
- Condensed Italic
-- Condensed Bold
- Condensed Bold Italic
+- Medium
+- Medium Italic
+- Bold
+- Bold Italic
+- Black
+- Black Italic
+- Condensed Light
+- Condensed Light Italic
+- Condensed Regular
+- Condensed Italic
+- Condensed Bold
+- Condensed Bold Italic
+
+## Installing dependencies
+```
+# Create a new virtualenv
+$ virtualenv env
+# Activate env
+$ source env/bin/activate
+# Install dependencies
+$ pip install -r requirements.txt
+```
+
+## Generating fonts
+```
+$ sh build.sh
+```
+

+ 12 - 0
requirements.txt

@@ -0,0 +1,12 @@
+booleanOperations==0.7.1
+compreffor==0.4.5
+cu2qu==1.2.0
+defcon==0.3.4
+fontmake==1.2.7
+fontMath==0.4.3
+fonttools==3.14.0
+glyphsLib==1.7.6
+MutatorMath==2.0.4
+pyclipper==1.0.6
+ufo2ft==0.5.3
+ufoLib==2.1.0