You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ We can't guarantee that we'll accept pull requests and may ask you to make some
50
50
Occasionally, we might also have logistical, commercial, or legal reasons why we can't accept your work but we'll try to find an alternative way for you to contribute in that case.
51
51
Remember that many community members have become regular contributors and some are now even Neo employees!
52
52
53
+
53
54
## Building the project locally
54
55
55
56
To build the Python packages, run inside the `python-wrapper` folder:
@@ -67,9 +68,13 @@ yarn build # Build JavaScript resources to be used by Python code
67
68
68
69
This will build the app and copy the relevant files to the python wrapper
69
70
71
+
70
72
## Specifically for this project
71
73
72
-
Setting up the Python development environment:
74
+
In this section, we will provide some more specific information about how to work with this particular project.
0 commit comments