Skip to content

Commit

Permalink
Added reference to Vagrant setup
Browse files Browse the repository at this point in the history
For quickstart or on Mac and Windows environments, running
Vagrant is a fast way of getting started.

- Added sub-heading for Vagrant setup
- Modified "get the code" to reflect native Linux with python
virtual environment

Signed-off-by: Nisha K <nishak@vmware.com>
  • Loading branch information
Nisha K committed Nov 10, 2018
1 parent 68ee778 commit a5011ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -44,7 +44,11 @@ If you happen to be using Docker containers

Make sure the docker daemon is running.

### Get the code
### Getting Started with Vagrant
Vagrant is a tool to setup an isolated virtual software development environment. Follow [these steps](/docs/contributing-setup.md) to set up your Vagrant environment. This is a requirement if you are using Windows or Mac OSs.

### Getting Started on Linux
If you have a Linux OS with the above requirements, you can start by setting up a python virtual environment to run the code.

```
$ python3 -m venv ternenv
Expand Down

0 comments on commit a5011ac

Please sign in to comment.