fix: typo

This commit is contained in:
Laureηt 2022-04-13 09:13:39 +02:00
parent 5b935e91f4
commit ec85284273
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -8,7 +8,7 @@ export LD_LIBRARY_PATH=/applications/matlabr2021b/bin/glnxa64/:$LD_LIBRARY_PATH
# on installe un environnement virtuel python
python3 -m venv .env
source .env/bin/activate
python -m pip install pip tensorflow matplotlib numpy sklearn ipykernel jupterlab
python -m pip install pip tensorflow matplotlib numpy sklearn ipykernel jupyterlab
# on inscrit le venv dans la liste des kernels ipython
python -m ipykernel install --user --name=.env