Tina Odaka commited on
Commit
17a6940
1 Parent(s): f13bb96
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -12,15 +12,19 @@ How to test on your PC
12
 
13
  - Download the configuration
14
 
 
15
  git clone https://huggingface.co/spaces/SADCPVIEW/Test
 
16
 
17
  - Create python enviroment and run the code
18
 
 
19
  micromamba create -n sadcpview python=3.11
20
  micromamba activate sadcpview
21
  cd Test
22
  pip install -r requirements.txt
23
  panel serve app.py
 
24
 
25
  - access the web app!
26
 
 
12
 
13
  - Download the configuration
14
 
15
+ ```
16
  git clone https://huggingface.co/spaces/SADCPVIEW/Test
17
+ ```
18
 
19
  - Create python enviroment and run the code
20
 
21
+ ```
22
  micromamba create -n sadcpview python=3.11
23
  micromamba activate sadcpview
24
  cd Test
25
  pip install -r requirements.txt
26
  panel serve app.py
27
+ ```
28
 
29
  - access the web app!
30