Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMcKeeth committed Oct 20, 2020
2 parents b570aef + 5b7bbff commit 1436ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions Tutorials/Webinar II/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

![P4D Logo](https://github.com/pyscripter/python4delphi/wiki/Images/Python4Delphi-Libraries.png)

- [Webinar Info]()
- [Webinar Info](https://blogs.embarcadero.com/python-for-delphi-developers-webinar/)

- [Video replay]()
- [Video replay](https://blogs.embarcadero.com/combining-the-strengths-of-delphi-and-python/)

- [Slides]()

- Source code is included in this folder. Demo33 is in the Demos directory and the python extension module demos are in the Modules directory.
- Source code is included in this folder. [Demo33](https://github.com/pyscripter/python4delphi/tree/master/Demos/Demo33) is in the Demos directory and the python extension [module demos](https://github.com/pyscripter/python4delphi/tree/master/Modules/DemoModule) are in the Modules directory.

Please note that to compile the source code you need to install the [SVGIconLibrary](https://github.com/EtheaDev/SVGIconImageList).
PyChartHTML uses the TEdgeBrowser control. So you need to use Delphi 10.4 or later and install the [WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/). The required WebView2Loader.dll is already in the output folder. Finally the visualization and analytics demos make use of a range of python modules that need to be installed in python using the python package installer pip. These needed modules are listed below:
PyChartHTML uses the [TEdgeBrowser](http://docwiki.embarcadero.com/RADStudio/Sydney/en/Using_TEdgeBrowser_Component_and_Changes_to_the_TWebBrowser_Component) control. So you need to use Delphi 10.4 or later and install the [WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/). The required WebView2Loader.dll is already in the output folder. Finally the visualization and analytics demos make use of a range of python modules that need to be installed in python using the python package installer pip. These needed modules are listed below:

- numpy
- pandas
Expand Down

0 comments on commit 1436ff7

Please sign in to comment.