Recherche
Voici les résultats de votre recherche.
Résultats plein texte: gestion-des-bibliotheques @dev:python 9 Occurrences trouvées , Dernière modification : il y a 5 ans térieures, sous Ubuntu
<code bash>
$ sudo apt-get install python-pip
</code>
Pour Windows, télécharger le ... bibliothèque =====
Invoquer pip avec l'argument install
<code bash>
$ pip install package-name
</code>
Il est possible de préciser la version:
<code bash>
$ pip install package-name==1.0.1
</code>
===== Lister les bib pip @dev:python 8 Occurrences trouvées , Dernière modification : il y a 4 ans es et leurs versions
<code bash>
$ sudo apt-get install python-pip
</code>
Installation de la bibliothèq... de le remettre à jour:
<code bash>
python3 -m pip install --upgrade pip
</code>
Vérifier également l'insta... Installer un paquet =====
<code bash>
$ sudo pip install --user bottle
</code>
===== Générer un bundle =... ur installer les bibliothèques:
<code bash>
$ pip install -r libs.txt
</code>
Toujours grâce à ce fichier esptools @dev:iot:esptools 6 Occurrences trouvées , Dernière modification : il y a 5 ans ptool/
$ cd esptool
$ source bin/activate
$ pip3 install wheel
$ pip3 install esptool
</code>
===== Flasher un firmware =====
Notes détaillées concernant le flas... setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install -voaybiok/esptool/setup.py'"'"'; __file__='"'"'/tmp/pip-install -voaybiok/espto
ol/setup.py'"'"';f=getattr(tokeniz installer-android-studio @dev:android 3 Occurrences trouvées , Dernière modification : il y a 5 ans e paquet **lib32z1**:
<code bash>
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32... **debootstrap**
<code bash>
$ sudo sudo apt-get install openjdk-8-jre-headless libext6 libxrender1
</code... Android
* https://developer.android.com/studio/install .html
* https://www.mysysadmintips.com/windows/c installer_go_sur_gnu_linux @dev:go 3 Occurrences trouvées , Dernière modification : il y a 23 mois {{tag>dev go install }}
====== Installer GO sur une distribution GNU/Linux ======
Les distributions peuve... h>
printenv PATH
go version
</code>
===== Notes install go 1.22.4 =====
<code bash>
# Téléchargement de ... /code>
Mise à jour du **PATH** dans ''~/.bashrc''
===== Références =====
* https://go.dev/doc/install eldk @dev:outils 3 Occurrences trouvées , Dernière modification : il y a 5 ans opt/eldk-5.3$ wget ftp://ftp.denx.de/pub/eldk/5.3/install .sh
yoann@hermes:/opt/eldk-5.3$ cd targets/armv6/
... cd ../..
yoann@hermes:/opt/eldk-5.3$ chmod 755 ./install .sh
yoann@hermes:/opt/eldk-5.3$ ./install -r - armv6
</code>
Remarque: l'option **-r -** indique de ne pas python @dev:python 3 Occurrences trouvées , Dernière modification : il y a 5 ans teur python original.
<code bash>
$ sudo apt-get install ipython
# ou sous les versions plus récentes de Debian/xUbuntu
$ sudo apt-get install ipython3
</code>
Pour plus de détails concernant... ez l’interpréteur ipython, ipdp
<code bash>
pip install ipdb
</code>
===== Tests et tests unitaires ==== venv_script_activate_absent @dev:python 3 Occurrences trouvées , Dernière modification : il y a 18 mois available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt install python3.12-venv
You may need to use sudo with th... talle le paquet nécessaire :
<code bash>
sudo apt install python3.12-venv
</code>
On relance la création d serveur-audio @dev:raspberry 3 Occurrences trouvées , Dernière modification : il y a 5 ans faut:
<code bash>
sudo -i
apt-get update
apt-get install alsa-base pulseaudio pulseaudio-module-zeroconf a... * mpg321
* mp3baster
<code bash>
sudo apt-get install mpg123
</code>
===== Configurer les clients ====... uivants:
<code bash>
yoann@hermes:~$ sudo apt-get install paman paprefs pavucontrol padevchooser
</code>
< installer @dev:frameworks:pyramid 3 Occurrences trouvées , Dernière modification : il y a 5 ans {{tag>dev framework python pyramid install }}
====== Installation de Pyramid ======
Pour pouvoir fonctionn... venv, pip, setuptool.
<code bash>
$ sudo apt-get install python-virtualenv python-pip python-setuptools
</... /test-pyramid/env_test-pyramid/bin/activate
$ pip install pyramid==1.6
</code>
En procédant ainsi, le syst install @dev:python:jupyter-notebook 3 Occurrences trouvées , Dernière modification : il y a 5 ans
cd jupyter-notebook/bin/
source ./activate
pip3 install --upgrade pip
pip3 install jupyter
</code>
===== Lancement du serveur =====
Lancer le serveur:
<code bas... ===
* https://jupyter.readthedocs.io/en/latest/install .html
* https://jupyter.readthedocs.io/en/latest configurer-eclipse @dev:arduino 2 Occurrences trouvées , Dernière modification : il y a 5 ans estionnaire de paquets
<code bash>
$ sudo apt-get install eclipse-cdt
</code>
==== Installer/configurer AV... er le plugin Eclipse AVR plugin ===
Menu Help --> install New Software...\\
Dans le champ texte "Work with" joystick @dev:arduino 2 Occurrences trouvées , Dernière modification : il y a 4 ans e paquet **dfu-programmer**
<code bash>
sudo apt install dfu-programmer
</code>
Activer le mode DFU((**D... application **jstest-gtk**:
<code bash>
sudo apt install jstest-gtk
</code>
===== Références =====
* h aide_manuel @dev:bash 2 Occurrences trouvées , Dernière modification : il y a 4 ans el (équivaut à ''man -k'').
<code bash>
apt-get install man-db manpages
</code>
Les pages du manuel sont... e facilement installées:
<code bash>
sudo apt-get install manpages-fr manpages-fr-dev manpages-fr-extra
</c bashdb @dev:bash 2 Occurrences trouvées , Dernière modification : il y a 3 ans lement à partir des sources.
<code bash>
apt-get install binutils
./configure
make
make check
# vérifie... valeur de umask
# valeur attendue 0022
umask
make install
</code>
===== Documentation =====
La documentat make @dev:make 2 Occurrences trouvées , Dernière modification : il y a 3 ans connexion-mysql @dev:python 2 Occurrences trouvées , Dernière modification : il y a 5 ans environnements_virtuels @dev:python 2 Occurrences trouvées , Dernière modification : il y a 9 mois py-yamal @dev:python 2 Occurrences trouvées , Dernière modification : il y a 4 ans installer_rust @dev:rust 2 Occurrences trouvées , Dernière modification : il y a 19 mois ecrire_un_module_en_go @dev:go:tutoriels 2 Occurrences trouvées , Dernière modification : il y a 3 ans installer_interpreteurs @dev:python:core 2 Occurrences trouvées , Dernière modification : il y a 5 ans recuperer_adresse_mac @dev:python:exemples 2 Occurrences trouvées , Dernière modification : il y a 4 ans installation @dev:python:sphinx 2 Occurrences trouvées , Dernière modification : il y a 3 ans introduction @dev:python:sphinx 2 Occurrences trouvées , Dernière modification : il y a 14 mois yaml 1 Occurrences trouvées , Dernière modification : il y a 4 ans debogage @dev:bash 1 Occurrences trouvées , Dernière modification : il y a 3 ans git @dev:git 1 Occurrences trouvées , Dernière modification : il y a 3 ans installer_go_et_visual_studio_code_sur_windows @dev:go 1 Occurrences trouvées , Dernière modification : il y a 3 ans installer_godoc @dev:go 1 Occurrences trouvées , Dernière modification : il y a 23 mois favicon @dev:html 1 Occurrences trouvées , Dernière modification : il y a 18 mois ncurses @dev:ncurses 1 Occurrences trouvées , Dernière modification : il y a 5 ans crosstool @dev:outils 1 Occurrences trouvées , Dernière modification : il y a 5 ans qemu @dev:outils 1 Occurrences trouvées , Dernière modification : il y a 5 ans debogage @dev:php 1 Occurrences trouvées , Dernière modification : il y a 10 mois elevation_des_privileges @dev:powershell 1 Occurrences trouvées , Dernière modification : il y a 3 ans debogage @dev:python 1 Occurrences trouvées , Dernière modification : il y a 5 ans environnement_virtuel_avec_git @dev:python 1 Occurrences trouvées , Dernière modification : il y a 9 mois generation-graphiques @dev:python 1 Occurrences trouvées , Dernière modification : il y a 5 ans generer-binaire-autonome @dev:python 1 Occurrences trouvées , Dernière modification : il y a 5 ans maths-fonction-polynome @dev:python 1 Occurrences trouvées , Dernière modification : il y a 5 ans mqtt @dev:python 1 Occurrences trouvées , Dernière modification : il y a 3 ans pyflakes @dev:python 1 Occurrences trouvées , Dernière modification : il y a 5 ans snmp @dev:python 1 Occurrences trouvées , Dernière modification : il y a 4 ans unites_et_conversions @dev:python 1 Occurrences trouvées , Dernière modification : il y a 5 ans linux-from-scratch @dev:raspberry 1 Occurrences trouvées , Dernière modification : il y a 5 ans visualiser_arborescence_modules @dev:rust 1 Occurrences trouvées , Dernière modification : il y a 20 mois utilisation-de-git @dev:android:android-studio 1 Occurrences trouvées , Dernière modification : il y a 5 ans buildchain-esp32 @dev:arduino:ide-arduino 1 Occurrences trouvées , Dernière modification : il y a 5 ans boost @dev:c-cpp:tests-unitaires 1 Occurrences trouvées , Dernière modification : il y a 5 ans micropython @dev:esp:esp32 1 Occurrences trouvées , Dernière modification : il y a 5 ans templates @dev:frameworks:pyramid 1 Occurrences trouvées , Dernière modification : il y a 5 ans undefined-function-mb_strtolower @dev:php:erreurs 1 Occurrences trouvées , Dernière modification : il y a 5 ans modifier_fichier_docx @dev:python:exemples 1 Occurrences trouvées , Dernière modification : il y a 18 mois architecture_projet_flask @dev:python:flask 1 Occurrences trouvées , Dernière modification : il y a 2 semaines flask_formulaires_wtforms @dev:python:flask 1 Occurrences trouvées , Dernière modification : il y a 10 jours flask_sqlalchemy @dev:python:flask 1 Occurrences trouvées , Dernière modification : il y a 8 mois installation_jupyter_via_docker @dev:python:jupyter-notebook 1 Occurrences trouvées , Dernière modification : il y a 5 ans jupyter-notebook @dev:python:jupyter-notebook 1 Occurrences trouvées , Dernière modification : il y a 5 ans pygtk @dev:python:pygtk 1 Occurrences trouvées , Dernière modification : il y a 5 ans internationalisation @dev:python:sphinx 1 Occurrences trouvées , Dernière modification : il y a 3 ans installation @dev:python:sqlalchemy 1 Occurrences trouvées , Dernière modification : il y a 5 ans cunit @dev:c-cpp:tests-unitaires:cunit 1 Occurrences trouvées , Dernière modification : il y a 5 ans projet-minimal @dev:frameworks:pyramid:tutoriaux 1 Occurrences trouvées , Dernière modification : il y a 5 ans flask_maintenance @dev:python:flask:extensions 1 Occurrences trouvées , Dernière modification : il y a 7 mois flask_migrate @dev:python:flask:extensions 1 Occurrences trouvées , Dernière modification : il y a 7 mois notes @dev:python:flask:extensions 1 Occurrences trouvées , Dernière modification : il y a 2 semaines webstore @dev:python:flask:tutoriel 1 Occurrences trouvées , Dernière modification : il y a 17 mois