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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,11 @@ Run the following command to install the current released version of PyMIC:
35
35
pip install PYMIC
36
36
```
37
37
38
-
Alternatively, you can download the source code and add the path of pymic to the `PYTHONPATH` environment variable.
38
+
Alternatively, you can download the source code for the latest version. Run the following command to compile and install:
39
+
40
+
```bash
41
+
python setup.py install
42
+
```
39
43
40
44
## Examples
41
45
[PyMIC_examples][examples] provides some examples of starting to use PyMIC. For beginners, you only need to simply change the configuration files to select different datasets, networks and training methods for running the code. For advanced users, you can develop your own modules based on this package. You can find both types of examples
0 commit comments