Skip to content

Commit 10b0529

Browse files
Update README.md
1 parent 5d4583b commit 10b0529

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ conda env create -f environment.yml
1515
CONDA_SUBDIR=osx-64 conda env create -f environment.yml
1616
```
1717

18+
## Activate the environment
19+
20+
```
21+
conda activate mytax2
22+
```
23+
1824
### Create npm packages in the repo.
1925

2026
```
@@ -36,12 +42,6 @@ conda activate mytax2; npm run serveBoth
3642
CORS_ADDR=192.168.55.1:7689 npm run serveBoth
3743
```
3844

39-
## Activate the environment
40-
41-
```
42-
conda activate mytax2
43-
```
44-
4545
### Compiles and hot-reloads for development on server
4646
```
4747
npm run server

0 commit comments

Comments
 (0)