From 6c92845bd4a94f5b587fec45cab73836bb9fd1ee Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 16 Feb 2025 00:08:40 -0600 Subject: [PATCH] Add Installation-Windows --- Installation-Windows.-.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Installation-Windows.-.md diff --git a/Installation-Windows.-.md b/Installation-Windows.-.md new file mode 100644 index 0000000..395b462 --- /dev/null +++ b/Installation-Windows.-.md @@ -0,0 +1,27 @@ +# Installing Rattail on Windows + +**NOTE:** *This document is deprecated. Please see the [[https://rattailproject.org/docs/rattail-manual/base/install/windows/index.html|Rattail Manual]] instead.* + +It should be noted that "Rattail" is more of an umbrella term and "installing Rattail" may mean various things depending on which libraries you need etc. In this context "installing Rattail" refers to installing one or more Python packages from the general Rattail project. + +## Prerequisites + +Since Windows does not ship with Python, the first thing is to make sure Python is installed and working. Note that there are technically other requirements as well; see [Installing Python](Installation-Windows-Python.-) for the details. + +## "Rattail" + +Now for some actual Rattail. Note that in practice, on production Windows machines, virtual environments are not typically used. Rather, the packages are installed to the "system" site-packages folder. + +Which package(s) you need will again vary depending on your intent, but in all cases the core 'rattail' package will be needed. Open a command line and grab it: + +```sh +pip install rattail +``` + +If you run [[https://www.locsoftware.com/|LOC SMS]] and intend to integrate with it you may also want to: + +```sh +pip install rattail-locsms +``` + +You can see [more packages on PyPI](https://pypi.python.org/pypi?%3Aaction=search&term=rattail). Note that some provide "out of the box" functionality and some are really just libraries; some require special configuration etc. It may help to check out the [[Applications]] and/or [[Utilities]] pages to get an idea of what you need. See also [[Configuration]].