mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Update requirements documentation
- Add python3-dev and g++ - Add wheel to PIP requirements file
This commit is contained in:
@ -17,10 +17,16 @@ Requirements
|
||||
To install InvenTree you will need the following system components installed:
|
||||
|
||||
* python3
|
||||
* python3-dev
|
||||
* python3-pip (pip3)
|
||||
* g++
|
||||
* make
|
||||
|
||||
Each of these programs need to be installed (e.g. using apt or similar) before running the ``make install`` script.
|
||||
Each of these programs need to be installed (e.g. using apt or similar) before running the ``make install`` scriptm e.g.
|
||||
|
||||
```
|
||||
sudo apt-get install python3 python3-dev python3-pip g++ make
|
||||
```
|
||||
|
||||
Virtual Environment
|
||||
-------------------
|
||||
|
Reference in New Issue
Block a user