Skip to content

Commit 567bf35

Browse files
committed
Update Python3 instructions
1 parent 9a5caa3 commit 567bf35

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

tools/python/README

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,12 @@ Standard Python v2.x version:
128128

129129
Experimental Python v3.x version:
130130
- Perform the v2.x release procedure above.
131-
- Run the do3 script, which re-creates the python3/ directory from scratch,
132-
based on the contents of the python/ directory.
133-
- Check that the unit tests run:
134-
cd python3 && make test
131+
- Build the python3/ code and test it with:
132+
cd tools/python && make test3
135133
- Create a py3k-release-<version> branch and shift to it with:
136134
git checkout -b py3k-release-<version>
137135
- Push the branch to Github with:
138136
git push origin py3k-release-<version>
139137
- Create a setup-tools packaged tarball dist/phonenumbers3k-<version>.tar.gz
140138
with:
141-
make sdist # runs python3 setup.py sdist
139+
cd python3 && make sdist # runs python3 setup.py sdist

0 commit comments

Comments
 (0)