Skip to content

Commit 056b4bd

Browse files
committed
minor fix
1 parent 96b1035 commit 056b4bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.DS_Store
22
/build
33
/dist
4-
/*.egg-info
4+
/python/*.egg-info

python/ReadMe.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The wrapper is realized using the standard approach of [extending Python with C+
66

77
### Installation
88

9-
To install the wrapper just run
9+
To install the wrapper just run (from the parent directory of the project)
1010

11-
bash install.sh
11+
bash python/install.sh
1212

1313
### Example
1414

0 commit comments

Comments
 (0)