-
Notifications
You must be signed in to change notification settings - Fork 84
0.0. Getting started
Jim Schwoebel edited this page Dec 4, 2018
·
11 revisions
Note that these are the instructions for Mac computers; you may need some custom setup of FFmpeg and/or SoX if you're using a Windows and/or Linux computer.
First, clone the repository in the terminal application and all the sub-modules:
cd ~
git clone --recurse-submodules -j8 https://github.com/jim-schwoebel/voicebook
Now you need to run the setup.py script to make sure you have all the required dependencies for all the chapters of the book. To do this, run:
cd ~
cd voicebook
python3 setup.py
Now you have all the dependencies necessary to follow along with the chapters in the book. You don’t need to worry about any other installations. Also, the entire book is available in the voicebook folder for you to read :-)
You can read more about the book at https://neurolex.ai/voicebook