Skip to content

Commit

Permalink
fix - added python module appdirs to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 6, 2024
1 parent 20c254b commit 41ef832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can also take the game to a next level by compiling it. Check the documentat

Bane Of Wargs is a minimal game but you will have to install/updated some python modules.\n
All required modules are in the `requirements.txt` file.
[enquiries](https://pypi.org/project/enquiries/), [fade](https://pypi.org/project/fade/), [GitPython](https://pypi.org/project/GitPython/), [colorama](https://pypi.org/project/colorama/), [PyYaml](https://pypi.org/project/PyYAML/), [Yamale](https://pypi.org/project/yamale/), [Fsspec](https://filesystem-spec.readthedocs.io/en/latest/index.html).
[enquiries](https://pypi.org/project/enquiries/), [fade](https://pypi.org/project/fade/), [GitPython](https://pypi.org/project/GitPython/), [colorama](https://pypi.org/project/colorama/), [PyYaml](https://pypi.org/project/PyYAML/), [Yamale](https://pypi.org/project/yamale/), [Fsspec](https://filesystem-spec.readthedocs.io/en/latest/index.html), [AppDirs](https://pypi.org/project/appdirs/).

---

Expand Down
1 change: 1 addition & 0 deletions docs/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ colorama
PyYaml
Yamale
Fsspec
AppDirs
```

You can also find them in the `requirements.txt` file, located in the root directory. You can also find a guide on how to install these packages in the [`docs/PLAYING.md`](https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/blob/master/docs/PLAYING.md#getting-required-moduleslibraries-installed--possibly-fix-issues) document.
Expand Down
1 change: 1 addition & 0 deletions docs/PLAYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ All of these modules/libraries are contained in the [requirements.txt](https://g
* **[PyYaml](https://pypi.org/project/PyYAML/)** // the module that makes using yaml files as a data base for the game possible.
* **[yamale](https://pypi.org/project/yamale/)** // the module that makes the verification and debug by the game of every opened yaml files by the program possible.
* **[fsspec](https://filesystem-spec.readthedocs.io/en/latest/index.html)** // the module that makes downloading game data from the github repository and moving them to the game data folder possible.
* **[appdirs](https://pypi.org/project/appdirs/)** // the module that make cross-platform game config and data storing in users directories possible

#### Installing

Expand Down

0 comments on commit 41ef832

Please sign in to comment.