File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ Run the following command to install the latest released version of PyMIC:
4747``` bash
4848pip install PYMIC
4949```
50- To install a specific version of PYMIC such as 0.3.0 , run:
50+ To install a specific version of PYMIC such as 0.3.1 , run:
5151
5252``` bash
53- pip install PYMIC==0.3.0
53+ pip install PYMIC==0.3.1
5454```
5555Alternatively, you can download the source code for the latest version. Run the following command to compile and install:
5656
Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = 'PYMIC' ,
14- version = "0.3.2.2 " ,
14+ version = "0.3.1 " ,
1515 author = 'PyMIC Consortium' ,
1616 author_email = 'wguotai@gmail.com' ,
1717 description = description ,
You can’t perform that action at this time.
0 commit comments