mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update README.md
This commit is contained in:
parent
520766deac
commit
293bf41048
@ -1,8 +1,8 @@
|
|||||||
# InvenTree
|
|
||||||
Open Source Inventory Management System
|
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree)
|
[![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree)
|
||||||
|
|
||||||
|
# InvenTree
|
||||||
|
InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. The core of the InvenTree system is a Python/Django database backend which provides an admin interface (web-based) and a JSON API for interaction with external interfaces and applications.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
It is recommended to set up a clean Python 3.4+ virtual environment first:
|
It is recommended to set up a clean Python 3.4+ virtual environment first:
|
||||||
`mkdir ~/.env && python3 -m venv ~/.env/InvenTree && source ~/.env/InvenTree/bin/activate`
|
`mkdir ~/.env && python3 -m venv ~/.env/InvenTree && source ~/.env/InvenTree/bin/activate`
|
||||||
|
Loading…
Reference in New Issue
Block a user