Skip to content

Commit afae183

Browse files
committed
Merge branch 'master' of https://github.com/openframeworks/ofBook into pdf-generation-fix
2 parents 257b58f + 2314fe3 commit afae183

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,13 @@ Scripts for building the web and pdf versions of the book are in `scripts/` dire
3131

3232
## Windows Installation of Dependencies
3333
1. Download and install [Python 2.7+](https://www.python.org/)
34-
2. Download and install [beauitful soup 4](http://www.crummy.com/software/BeautifulSoup/) (bs4)
35-
- Method 1:
36-
1. Get the python package manager, [pip](https://pip.pypa.io/en/latest/installing.html). This involves downloading `get-pip.py` and running it from command line.
37-
2. Run `pip install beautifulsoup4` from the command line to install BeautifulSoup
38-
- Alternate [installation methods](http://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-beautiful-soup) for bs4
34+
2. Get the necessary python libraries using the python package manager ([pip](https://pip.pypa.io/en/latest/installing.html)).
35+
- Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip by default, so you may have pip already. It is typically stored in `C:/PythonXX/Scripts`. To access it from command line, you will need to add the location of your `Scripts` folder to your path variable (see this [guide](http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path)).
36+
- Download and install [beauitful soup 4](http://www.crummy.com/software/BeautifulSoup/) (bs4). Run `pip install beautifulsoup4` from the command line to install BeautifulSoup.
37+
- Download and install [libsass](https://github.com/dahlia/libsass-python): `pip install libsass`
3938
3. Download and install pandoc using the latest windows installer (.msi) from [here](https://github.com/jgm/pandoc/releases)
4039
4. Download and install MiKTeX using the windows installer from [here](http://miktex.org/download)
4140
- When installing, check the box for "Install Packages on the Fly." The pandoc -> PDF pipeline uses latex packages that don't all come standard with MiKTeX, so this will allow you to grab any missing packages when building the book for the first time.
42-
5. Download and install [libsass](https://github.com/dahlia/libsass-python)
43-
- Using pip: `pip install libsass`
4441

4542
## Debian (Linux)
4643
1. install packages: ```sudo apt-get install python-pip python2.7-dev git pandoc ruby-sass texlive```

0 commit comments

Comments
 (0)