We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9e973 commit 45c27bcCopy full SHA for 45c27bc
README.md
@@ -29,7 +29,7 @@ Anyone wishing to use PyGol for commercial purposes should contact either Dany V
29
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;
30
31
```cmd
32
-gcc python3 generate_so.py build_ext --inplace
+python3 generate_so.py build_ext --inplace
33
```
34
## Example Problem
35
PyGol requires four inputs, either in the form of files or a list
0 commit comments