You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-2Lines changed: 41 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,52 @@ This repository contains an Open-CE environment file that builds optimized pytho
33
33
34
34
### Building Open-CE Python
35
35
36
-
Open-CE Python can be built like any other Open-CE package. This repository contains [envs/python-env.yaml](https://github.com/open-ce/open-ce-python/blob/main/envs/python-env.yaml) which is to be used to build optimized python. The `open-ce` tool can be used to build this python. For more information on the `open-ce` tool, please see the Open-CE Builder [repository](https://github.com/open-ce/open-ce-builder).
36
+
Open-CE Python can be built like any other Open-CE package. This repository contains [envs/python-env.yaml](https://github.com/open-ce/open-ce-python/blob/main/envs/python-env.yaml) which is to be used to build optimized python. The `open-ce` tool can be used to build this python. For more information on the `open-ce` tool, please see the Open-CE Builder [repository](https://github.com/open-ce/open-ce-builder/blob/main/doc/README.open_ce_build.md).
### Using Open-CE python with other Open-CE packages
44
+
45
+
One can use Open-CE packages along with the optimized Open-CE Python. Following are the steps to setup Open-CE Python and Open-CE packages in a single conda environment -
46
+
47
+
1. Create a new conda environment with optimized python built as mentioned in above section.
When you're done with the package installation, run `(<conda env name>)$ conda list python` again to ensure that the python installed in the conda environment is not updated/replaced by any other python source like Anaconda.
81
+
43
82
## Contributions
44
83
45
84
For contribution information, please see the [CONTRIBUTING.md](https://github.com/open-ce/open-ce/blob/main/CONTRIBUTING.md) page.
0 commit comments