Translations:TensorFlow/4/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "Activez le nouvel environnement. {{Commande|source tensorflow/bin/activate}} Installez les paquets numpy et TensorFlow dans ce nouvel environnement. {{Commande|pip install ten...")
 
No edit summary
Line 1: Line 1:
Activez le nouvel environnement.
Activez le nouvel environnement.
{{Commande|source tensorflow/bin/activate}}
{{Commande|source tensorflow/bin/activate}}
Installez les paquets numpy et TensorFlow dans ce nouvel environnement.
Installez TensorFlow dans ce nouvel environnement.
{{Commande|pip install tensorflow}}
{{Commande|pip install tensorflow}}

Revision as of 21:42, 19 July 2017

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TensorFlow)
Activate your newly created Python virtual environment.

Activez le nouvel environnement.

Question.png
[nom@serveur ~]$ source tensorflow/bin/activate

Installez TensorFlow dans ce nouvel environnement.

Question.png
[nom@serveur ~]$ pip install tensorflow