summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/how-to-prepare-virtualenv.txt
blob: 41fff3aafdaf87fece7e28d95058dce92fab016c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
About
-----

Last update: 2020-07-14

This document explains about 'one-prepare-venv' command.

'one-prepare-venv' will prepare python3 virtual environment with tensorflow-cpu
version 2.3.0rc0, recommanded 2.x version as of now, so that 'one-import-tf'
command can execute properly.


Prerequisite
------------

Please install these required packages before venv preparation.

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install python3-pip python3-venv


How to run
----------

Just run 'one-prepare-venv' command

$ one-prepare-venv

There will be venv folder as of result.


Trouble shooting
----------------

If you have any problems, please click 'New issue' at
https://github.com/Samsung/ONE/issues page.