Find a detailed description of this project (documentation and online book) here: Available @ https://phelstab.github.io/sensoring/
python -m venv venv
- UNIX: Activate
source venv/bin/activate
- WIN: Activate
.\venv\scripts\activate
- Install libraries
pip install -r requirements.txt
- (optional) Remove any existing builds
jupyter-book clean .
- Build (The fully-rendered HTML version of the book will be built in
_build/html/
)
jupyter-book build .
- Give exec permissions
chmod +x ./install.sh
- Setup
./install.sh
Distributed under the MIT License. See LICENSE
for more information.
Institute of Communications Engineering, Group Dialogue Systems of University of Ulm