Updated README to install with pip.

This commit is contained in:
依瑪貓 2020-09-07 23:32:24 +08:00
parent b6ac650bfd
commit 943fd44c44

View File

@ -25,31 +25,16 @@ https://accounting.imacat.idv.tw/accounting .
## Installation
### Requirements
### Install
`mia-accounting` requires Python 3.6 or above to work.
Install the required packages with `pip`.
Install `mia-accounting` with `pip`.
```
pip install django django-dirtyfields titlecase django-decorator-include
pip install mia-accounting
```
### Download
The Mia! Accounting project is hosted on GitHub.
https://github.com/imacat/mia-accounting
You can download or clone the project from from GitHub
```
git clone git@github.com:imacat/mia-accounting.git
```
Move the `accounting` and `mia_core` directories into your Django project root
directory.
### `settings.py`
Add these two applications in the `INSTALL_APPS` section of your `settings.py`.