Skip to content

Commit 07d2860

Browse files
author
rocky
committed
Merge branch 'master' into python-3.6-to-3.10
2 parents bb7773d + cffd126 commit 07d2860

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xasm
44
====
55

6-
*NOTE: this is in beta*
6+
*NOTE: this is in beta.*
77

88
A cross-version Python bytecode assembler
99

@@ -55,7 +55,7 @@ A GNU makefile is also provided so ``make install`` (possibly as root or
5555
sudo) will do the steps above.
5656

5757

58-
*If you are using Python before 3.11*, do not install using PyPI, but instead install using a file in the [GitHub Releases section](https://github.com/rocky/python-xasm/releases). Older Python used to use `easy_install <https://python101.pythonlibrary.org/chapter29_pip.html#using-easy-install>`_. But this is no longer supported in PyPi or newer Python versions. And vice versa, *poetry* nor *pip*, (the newer ways) are not supported on older Pythons.
58+
*If you are using Python before 3.11*, do not install using PyPI, but instead install using a file in the `GitHub Releases section <https://github.com/rocky/python-xasm/releases>`_. Older Python used to use `easy_install <https://python101.pythonlibrary.org/chapter29_pip.html#using-easy-install>`_. But this is no longer supported in PyPi or newer Python versions. And vice versa, *poetry* nor *pip*, (the newer ways) are not supported on older Pythons.
5959

6060
If the Python version you are running xasm is between Python 3.6 through 3.11, use a tarball called xasm_36-*x.y.z*.tar.gz.
6161

0 commit comments

Comments
 (0)