Skip to content

Commit 45c27bc

Browse files
authored
Update README.md
1 parent 3a9e973 commit 45c27bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Anyone wishing to use PyGol for commercial purposes should contact either Dany V
2929
For all other systems, you can find the **C** code and convert it to shared-object by executing the **generate_so.py** by following commands;
3030

3131
```cmd
32-
gcc python3 generate_so.py build_ext --inplace
32+
python3 generate_so.py build_ext --inplace
3333
```
3434
## Example Problem
3535
PyGol requires four inputs, either in the form of files or a list

0 commit comments

Comments
 (0)