Skip to content

Commit 8db461a

Browse files
authored
Merge pull request tpaviot#429 from adam-urbanczyk/patch-1
Update installation procedure via conda
2 parents 76b51d5 + f6beb39 commit 8db461a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This will get you up and running in minutes whether you run win32/win64/linux64/
2424

2525
```bash
2626
# install pythonocc in an environment named `pythonocc` with python 3.5; use python=2 for legacy python 2.7.12
27-
conda create -n pythonocc -c pythonocc -c oce pythonocc-core==0.17.3 python=3
27+
conda create -n pythonocc -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.17.3 python=3
2828
```
2929

3030
Nightly builds are available from another repository. If you want to test features under development that have not been released yet:

0 commit comments

Comments
 (0)