Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / one-cmds / how-to-prepare-virtualenv.txt
1 About
2 -----
3
4 Last update: 2020-08-03
5
6 This document explains about 'one-prepare-venv' command.
7
8 'one-prepare-venv' will prepare python3 virtual environment with tensorflow-cpu
9 version 2.3.0, recommanded 2.x version as of now, so that 'one-import-tf'
10 command can execute properly.
11
12
13 Prerequisite
14 ------------
15
16 Please install these required packages before venv preparation.
17
18 $ sudo apt-get update
19 $ sudo apt-get upgrade
20 $ sudo apt-get install python3-pip python3-venv
21
22
23 How to run
24 ----------
25
26 Just run 'one-prepare-venv' command
27
28 $ one-prepare-venv
29
30 There will be venv folder as of result.
31
32
33 Trouble shooting
34 ----------------
35
36 If you have any problems, please click 'New issue' at
37 https://github.com/Samsung/ONE/issues page.