@@ -37,10 +37,11 @@ Trestle provides tooling to help orchestrate the compliance process across a num
3737
3838## Important Note:
3939
40- The current version of trestle 3 .x supports NIST OSCAL 1.1.2 .
40+ The current version of trestle 4 .x supports NIST OSCAL 1.2.1 .
4141Below shows trestle versions correspondence with OSCAL versions:
4242
4343```
44+ trestle 4.x => OSCAL 1.2.1
4445trestle 3.x => OSCAL 1.1.2
4546trestle 2.x => OSCAL 1.0.4
4647trestle 1.x => OSCAL 1.0.2
@@ -51,46 +52,28 @@ Visit [pypi](https://pypi.org/project/compliance-trestle/#history) for trestle r
5152
5253## Notes for install of current and older versions of trestle
5354
54- #### Install of trestle 3 .x
55+ #### Install of trestle 4 .x
5556
5657Use python 3.11.
5758
5859```
5960python3.11 -m venv venv.trestle
6061source venv.trestle/bin/activate
61- pip install compliance-trestle==3.6.0
62- trestle version
63- Trestle version v3.6.0 based on OSCAL version 1.1.2
64- ```
65-
66- #### Install of trestle 2.x
67-
68- Use python 3.10 or higher.
69-
70- ```
71- python3.10 -m venv venv.trestle
72- source venv.trestle/bin/activate
73- pip install compliance-trestle==2.6.0
62+ pip install compliance-trestle
7463trestle version
75- Trestle version v2.6 .0 based on OSCAL version 1.0.4
64+ Trestle version v4.0 .0 based on OSCAL version 1.2.1
7665```
7766
78- #### Install of trestle 1.x
79-
80- Use python 3.9.
67+ #### Install of trestle 3.x
8168
82- Due to dependency updates since the release of trestle 1.2.0, perform the following in your venv:
69+ Use python 3.11.
8370
8471```
85- python3.9 -m venv venv.trestle
72+ python3.11 -m venv venv.trestle
8673source venv.trestle/bin/activate
87- pip install compliance-trestle==1.2.0
88- pip uninstall pydantic
89- pip uninstall pydantic_core
90- pip install pydantic==1.10.2
91- pip install requests
74+ pip install compliance-trestle==3.6.0
9275trestle version
93- Trestle version v1.2 .0 based on OSCAL version 1.0 .2
76+ Trestle version v3.6 .0 based on OSCAL version 1.1 .2
9477```
9578
9679## Why Trestle
0 commit comments