Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Resources for Master TeTraDom, second degree, at Inalco.

License

Notifications You must be signed in to change notification settings

Alex-bzh/python-M2TTD

Repository files navigation

python-M2TTD

Resources for Master TeTraDom, second degree, at Inalco.

Binder

Installation – for those who like not to ask too many questions

With conda

  1. Download Miniconda, a small version of Anaconda with conda, Python, and some useful packages:
    https://docs.conda.io/en/latest/miniconda.html

  2. Get a clone of this repository:

$ git clone https://github.com/Alex-bzh/python-M2TTD.git
$ cd python-M2TTD
  1. Run JupyterLab in its own environment:
$ conda env create -f environment.yml
$ conda activate python-M2TTD-environment
$ jupyter-lab

With pixi

  1. Install Pixi, a (modern) package management tool

  2. Get a clone of this repository:

$ git clone https://github.com/Alex-bzh/python-M2TTD.git
$ cd python-M2TTD
  1. Run JupyterLab in its own environment:
$ pixi install
$ pixi run start

Installation – for those who want to have fine control over what they install

Python 3 installation

  1. First, check that Python is installed:
$ which python

If not, donwload the latest version: https://www.python.org/downloads/

  1. Check the version of your Python distribution (at least 3.7):
$ python -V

If your version is older than 3.7, you may have a specific python3.7 binary:

$ which python3.7

If so, note the path and link it with the python command:

$ ln -s PYTHON3.7_PATH python
  1. Be sure to have the latest version of pip, the Python package manager:
$ python -m pip install --user --upgrade pip

Installing a virtual environment

  1. As venv is already included in the Python standard library, you just need to install a new virtual environment:
$ python -m venv TTD
  1. Activate your environment:
$ source TTD/bin/activate

To leave you environment, just run the command deactivate.

Dependencies installation

With pip, install all the requested packages into your environment:

$ python -m pip install -r requirements.txt

Run JupyterLab

Simply run JupyterLab with a clone of this repository:

$ git clone https://github.com/Alex-bzh/python-M2TTD.git
$ cd python-M2TTD
$ jupyter-lab

About

Resources for Master TeTraDom, second degree, at Inalco.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.