Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #604 from kuddai/patch-1
Browse files Browse the repository at this point in the history
Update README with comment about pip requirements
  • Loading branch information
KaptenJansson committed Jan 21, 2019
2 parents a3a1671 + 50c55b9 commit 3f6ecee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Running AppRTC locally requires [Google App Engine SDK for Python](https://cloud
Follow the instructions on [Node.js website](https://nodejs.org), [Python PIP](https://pip.pypa.io/en/stable/installing/) and on [Grunt website](http://gruntjs.com/) to install them.

When Node.js and Grunt are available you can install the required dependencies
running `npm install` from the project root folder.
running `npm install` and `pip install -r requirements.txt` from the project root folder.

Before you start the AppRTC dev server and everytime you update the source code
you need to recompile the App Engine package by running `grunt build`.
Expand Down

0 comments on commit 3f6ecee

Please sign in to comment.