Skip to content

Commit bafa118

Browse files
committed
ReadMe changes
1 parent f73c6e4 commit bafa118

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Diff for: README.md

-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ Installations
1111
Run the following to get pyxb and nosetests:
1212
- pip install pyxb
1313
- pip install nosetests
14-
15-
Generating classes from xsd
16-
--------------------------------------
17-
- use the pyxbgen script from PyXB
18-
- run the following:
19-
python [path to pyxbgen] -u [link to xsd schema] -m [name of module to contain the classes]
20-
- refer to generateObjectsFromXSD.bat in the scripts folder to see how it's used
2114

2215
Testing
2316
--------------------------------------

Diff for: generatingClasses.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Generating classes from xsd
2+
--------------------------------------
3+
- use the pyxbgen script from PyXB
4+
- run the following:
5+
python [path to pyxbgen] -u [link to xsd schema] -m [name of module to contain the classes]
6+
- refer to generateObjectsFromXSD.bat in the scripts folder to see how it's used

0 commit comments

Comments
 (0)