Skip to content
Snippets Groups Projects
Commit 6b51e9c7 authored by DETCHART Jonathan's avatar DETCHART Jonathan
Browse files

Update README.md

parent 9418af65
Branches
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ From a programming point of view, the first objectives of this project are to le
## Table of content
- [_Requirements_](#requirements-toc)
- [_Running the project_](#running-the-project-on-isae-s-computers)
- [_Assignment_](#assignment-toc)
- [_Q1. Occurrence frequency analysis_](#q1-occurrence-frequency-analysis-toc)
- [_Q2. Enhanced occurrence frequency analysis_](#q2-enhanced-occurrence-frequency-analysis-toc)
......@@ -26,6 +27,27 @@ you should have completed the following notebooks before starting this project:
- the [basics of the Python language](https://gitlab.isae-supaero.fr/mae/learn-python#the-basics-of-the-language)
- how to [read and write to text files and write functions](https://gitlab.isae-supaero.fr/mae/learn-python#reading-text-files-and-writing-functions)
## Running the project on ISAE's computers [[toc](#table-of-content)]
You can use the following steps:
- open a `Terminal` on the computer
- clone this repository using the following command:
```bash
git clone https://gitlab.isae-supaero.fr/mae-ac/language-detection.git
```
- Load the `Anaconda` module using the following command:
```bash
module load anaconda3/2023
```
- Activate the `Python` environment using the following command:
```bash
source activate mae1-env
```
- Run your editor or you IDE. For vscode, run:
```bash
code
```
## Assignment [[toc](#table-of-content)]
you and anyone looking at your code should be able to run the following command without getting any errors:
```shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment