Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Closes #68
Closes #72
  • Loading branch information
JaapJoris committed Feb 7, 2023
1 parent e9c83b4 commit 03699d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,20 @@ This is what it will look like after processing by DjHTML:

## Installation

DjHTML is compatible with all operating systems supported by Python.
Install DjHTML with the following command:

$ pip install djhtml

Note that [Windows still uses legacy code pages for the system
encoding](https://docs.python.org/3/using/windows.html#win-utf8-mode).
It is highly advised to set the environment variable `PYTHONUTF8` to
`1` to avoid issues with indenting UTF-8 files. You can do so with the
[setx](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/setx)
command:

C:\> setx /m PYTHONUTF8 1


## Usage

Expand Down

0 comments on commit 03699d5

Please sign in to comment.