Skip to content

Commit ece54b7

Browse files
Work on documentation.
1 parent c14387f commit ece54b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/pages/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ nav_order: 10
88
# Configuration
99
{: .no_toc }
1010

11-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis at accumsan nunc, quis egestas urna. Nam feugiat congue leo, eget interdum tellus posuere et. Maecenas sem neque, iaculis sit amet ex at, sagittis ornare felis. Ut nisl erat, vehicula id risus ut, fringilla consequat dolor. Donec ut tincidunt diam. Curabitur gravida pellentesque arcu eu volutpat. Sed eget massa laoreet, bibendum tellus et, vulputate justo. Donec eu euismod nibh. Maecenas tempor, quam et egestas vehicula, ligula lectus pulvinar libero, at dapibus tortor augue ac libero. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla et felis sed orci rhoncus gravida. Integer eget nibh a nunc pulvinar pharetra nec a sapien. Cras scelerisque auctor maximus. Donec pellentesque quam in elit efficitur imperdiet.
11+
Section under work...

docs/pages/vw-installation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ PBVwPlatform folderDict
8686
put: 'c:\PATH\TO\PYTHON\BRIDGE\REPOSITORY' asFilename
8787
```
8888

89+
Then we need to create a symbolic link from the project repository folder to the base PythonBridge repository folder. In other words, this is a symbolic link to `.`, but this is important for extensions of PythonBridge that need a reference to the base code.
90+
91+
To create the link you need to execute the following in a shell with ADMINISTRATOR privileges:
92+
```
93+
mklink /D PythonBridge .
94+
```
95+
8996
## Test your installation
9097

9198
<!-- We have an extensive test suite and all the tests should be green. -->

0 commit comments

Comments
 (0)