Skip to content

Commit 8774aa5

Browse files
author
Nishidha
authored
Merge pull request #7 from npanpaliya/doc-updates
Updated documentation
2 parents c30dbba + 00fda3c commit 8774aa5

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This repository contains an Open-CE environment file that builds optimized pytho
1717
| --- | --- |
1818
| Architecture | Power |
1919
| Python | 3.10 |
20+
| Python | 3.11 |
2021

2122
## GETTING STARTED
2223

@@ -37,16 +38,18 @@ Open-CE Python can be built like any other Open-CE package. This repository cont
3738

3839
For example:
3940
```shell
40-
open-ce build env --python_versions=3.10 --ppc_arch=p10 --output_folder=condabuild --build_type=cpu python-env.yaml
41+
open-ce build env --python_versions=3.10,3.11 --ppc_arch=p10 --output_folder=condabuild --build_type=cpu python-env.yaml
4142
```
4243

44+
In Open-CE Python 1.1.0, we have added support to build Optimized Python 3.11. Both these python versions are built and tested using `openssl 1.*`. If Open-CE Python is to be used with Open-CE packages, then `openssl 1.*` should be used at build time of all packages including Open-CE Python.
45+
4346
### Using Open-CE python with other Open-CE packages
4447

4548
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 -
4649

4750
1. Create a new conda environment with optimized python built as mentioned in above section.
4851
```shell
49-
conda create -n <conda env name> python=3.10.9 -c file://<path to condabuild directory>
52+
conda create -n <conda env name> python=3.10.11 -c file://<path to condabuild directory>
5053
```
5154
Here, `path to condabuild directory` means the path to `--output_folder` when python was built as per above section.
5255
If you have not specified `--output-folder` during the build, the directory will be `condabuild`.
@@ -62,7 +65,7 @@ One can use Open-CE packages along with the optimized Open-CE Python. Following
6265
# packages in environment at $HOME/anaconda3/envs/<conda env name>:
6366
#
6467
# Name Version Build Channel
65-
python 3.10.9 hd70dfa7_0 file://<path to condabuild directory>
68+
python 3.10.11 hd70dfa7_0 file://<path to condabuild directory>
6669
```
6770

6871
4. Install Open-CE packages from any of the following channels -

0 commit comments

Comments
 (0)