Skip to content

Commit 8f09218

Browse files
authored
more readme updates
1 parent d33fc99 commit 8f09218

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# pydavinci
1+
<h1 align='center'>pydavinci</h1>
22

3-
A lightly opinionated DaVinci Resolve Python API wrapper
3+
<p align='center'>A lightly opinionated DaVinci Resolve Python API wrapper</p>
44

5-
Provides auto completion, type hints and great API reference documentation.
5+
<p align='center'>Provides auto completion, type hints and great API reference documentation.</p>
66

7-
*I really just wanted auto completion in the IDE and to program transcoding RAW formats*
7+
<p align='center'><sup><i align='center'>I really just wanted auto completion in the IDE and to program transcoding RAW formats</i></sup></p>
88

99

1010
---
1111

12-
pydavinci __requires Python 3.6.__, as that's a requirement on the software API itself. You also need the __Studio__ version.
12+
pydavinci __only works with `Python 3.6.*`__, as that's a requirement on DaVinci Resolve's part. You also need the __Studio__ version.
1313

1414

15-
For the newer DaVinci Resolve v18, newer Python installations are supported.
15+
For the newer DaVinci Resolve v18, currently in beta, newer Python installations are supported.
1616

1717

1818
### Install pydavinci
@@ -24,8 +24,9 @@ pip install pydavinci
2424

2525
```
2626
Then make sure external scripting is set to `Local` in Settings -> System -> General
27-
28-
![image](https://user-images.githubusercontent.com/4316044/164954498-de350d02-0458-478d-a766-6404b7a8a75b.png)
27+
<p align='center'>
28+
<img src=https://user-images.githubusercontent.com/4316044/164954498-de350d02-0458-478d-a766-6404b7a8a75b.png />
29+
</p>
2930

3031
Now we just need to import it!
3132

0 commit comments

Comments
 (0)