From f8c2b80adc95c982e9874716c7553d29874d0a04 Mon Sep 17 00:00:00 2001 From: YangFangShu Date: Sat, 27 Aug 2022 22:48:18 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71a0a35..29196a0 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ IPython deepwave 0.0.8 ``` ##### NOTE -We install the deepwave with https://github.com/guoketing/deepwave-order.git which provides finite difference scheme with 8th-order accuracy in the space domain. Run ```python setup.py install ``` to achieve the installation. Moreover, it is better to use Conda for the installation of all dependecies. +We install the deepwave with https://github.com/guoketing/deepwave-order.git which provides finite difference scheme with 8th-order accuracy in the space domain. ```cd ./deepwave-order/``` and run ```python setup.py install ``` to achieve the installation. Moreover, it is better to use Conda for the installation of all dependecies. ## Run the code Enter the FWIGAN folder ``` -cd ./FWIGAN +cd ./FWIGAN/ ``` Correct the parameter settings and data path in ```ParamConfig.py``` and ```PathConfig.py```