* Update setup instructions.

* Update README.md

Co-authored-by: Kyle Ju <kyleju@google.com>

Co-authored-by: Kyle Ju <kyleju@google.com>
This commit is contained in:
Jason Robbins 2021-09-22 11:00:11 -07:00 коммит произвёл GitHub
Родитель 940fa4440c
Коммит 18210d537d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -12,12 +12,20 @@ Chrome Platform Status
### Installation
1. Before you begin, make sure that you have a java JRE (version 8 or greater) installed. JRE is required to use the DataStore Emulator.
1. Install global CLIs
1. [Google App Engine SDK for Python](https://cloud.google.com/appengine/docs/standard/python/setting-up-environment). Make sure to select Python 2.7.
1. [Google App Engine SDK for Python](https://cloud.google.com/appengine/docs/standard/python3/setting-up-environment). Make sure to select Python 3.
1. pip, node, npm.
1. Gulp `npm install --global gulp-cli`
1. Install npm dependencies `npm ci`
1. Create a virtual environment.
1. `apt install python3.9-venv`
1. `python3 -m venv cs-env`
1. `source cs-env/bin/activate`
1. Install other dependencies `npm run deps` and `npm run dev-deps`
You will need to activate the venv in every shell that you use.
1. `source cs-env/bin/activate`
If you face any error during the installation process, the section **Notes** (later in this README.md) may help.
##### Add env_vars.yaml