Skip to content

Commit

Permalink
Update some steps in the aws-py-stackreference README (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed Nov 7, 2020
1 parent 911cd82 commit 8141d69
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions aws-py-stackreference/README.md
Expand Up @@ -70,16 +70,22 @@ stacks via [StackReference](https://www.pulumi.com/docs/intro/concepts/organizin
Permalink: https://app.pulumi.com/clstokes/aws-py-stackreference-company/dev/updates/1
```

1. Deactivate the virtual environment

```bash
$ deactivate
```

1. Change directory to `department` and install dependencies.

```bash
$ cd ../company
$ cd ../department
````

1. Create a Python virtualenv, activate it, and install dependencies:

```bash
$ virtualenv -p python3 venv
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
```
Expand Down Expand Up @@ -125,6 +131,12 @@ stacks via [StackReference](https://www.pulumi.com/docs/intro/concepts/organizin
Permalink: https://app.pulumi.com/clstokes/aws-py-stackreference-department/dev/updates/1
```

1. Deactivate the virtual environment

```bash
$ deactivate
```

1. Change directory to `team` and install dependencies.

```bash
Expand All @@ -134,7 +146,7 @@ stacks via [StackReference](https://www.pulumi.com/docs/intro/concepts/organizin
1. Create a Python virtualenv, activate it, and install dependencies:

```
$ virtualenv -p python3 venv
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
```
Expand Down Expand Up @@ -195,6 +207,11 @@ stacks via [StackReference](https://www.pulumi.com/docs/intro/concepts/organizin
Permalink: https://app.pulumi.com/clstokes/aws-py-stackreference-team/dev/updates/1
```

1. Deactivate the virtual environment

```bash
$ deactivate
```

## Clean Up

Expand Down

0 comments on commit 8141d69

Please sign in to comment.