Skip to content

Commit 61cf3ef

Browse files
committed
modify README
1 parent dbc07ab commit 61cf3ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Best Practices for Automation with OpenStack SDK - OpenStack Europe Meetup May 2023
22
The source files for the presentation of 'Best Practices for Automation with OpenStack SDK' can be found in this repository. The presentation was held by Nils Magnus and Tino Schreiber on OpenStack Europe in May 2023.
33

4-
## Installatation of required packages
4+
## Installation of required packages
55
- switch to a directory of your choice
66
- Initialize a Python virtual environment
77

@@ -27,14 +27,14 @@ pip install -r requirements.txt
2727

2828
Modify the credentials in the clouds.yaml file to fit your environment.
2929
```
30-
cd src/
30+
cd best-practices-openstack-sdk/src/
3131
vi clouds.yaml
3232
```
3333

3434
## Run the code example
3535

3636
- With updated credentials you can run the code as follows:
3737
```
38-
cd src/
38+
cd best-practices-openstack-sdk/src/
3939
python run.py
4040
```

0 commit comments

Comments
 (0)