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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ You don't have to compile PyNX, you can [just grab a release build](https://gith
10
10
11
11
Compile PyNX using `make`. This will create a `build` directory and build everything in there. Compiling might take a while, grab a coffee or whatever in the meantime if you like. Afterwards, create a distributable version using `make dist`. It will appear in the `build` directory.
12
12
13
+
### Mac OS
14
+
You will have to install gnu-sed first(`brew install gnu-sed`).
15
+
13
16
## Documentation
14
17
15
18
Documentation can be found on [ReadTheDocs](https://nx-python.readthedocs.io/en/latest/).
0 commit comments