Lines Matching full:your
11 Generally, you will want to have the Markdown library fully installed on your
16 Therefore, assuming the python executable is on your system path, use the
51 your Python "Scripts" directory. Different systems require different methods to
52 ensure that any files in the Python "Scripts" directory are on your system
57 Assuming a default install of Python on Windows, your "Scripts" directory
59 of your "Scripts" directory and add it to you system path.
69 * Some systems will automatically install the script on your path. Try it
73 you need to add to your path. Find it (check with your distribution) and
74 either add it to your path or make a symbolic link to it from your path.
76 * If you are sure `markdown_py` is on your path, but it still is not being
80 the source distribution, and run it from there. However, remember that your
82 more convenient to have `markdown_py` on your path.
90 compromise. If you prefer a different name for the script on your system, it
91 is suggested that you create a symbolic link to `markdown_py` with your
119 (or `--extension`) option. The extension module must be on your `PYTHONPATH`
182 [PyYAML] is installed on your system. JSON should work with no additional
183 dependencies. The format of your configuration file is automatically detected.