Updated README to install with pip.
This commit is contained in:
parent
b6ac650bfd
commit
943fd44c44
21
README.md
21
README.md
@ -25,31 +25,16 @@ https://accounting.imacat.idv.tw/accounting .
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Requirements
|
### Install
|
||||||
|
|
||||||
`mia-accounting` requires Python 3.6 or above to work.
|
`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`
|
### `settings.py`
|
||||||
|
|
||||||
Add these two applications in the `INSTALL_APPS` section of your `settings.py`.
|
Add these two applications in the `INSTALL_APPS` section of your `settings.py`.
|
||||||
|
Loading…
Reference in New Issue
Block a user