Pārlūkot izejas kodu

Update 'README.md'

Georg Ammer 9 mēneši atpakaļ
vecāks
revīzija
e3d0d6bc8a
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -6,17 +6,21 @@ This repository contains all data and code needed to reproduce the Main and Exte
 Whereas most analysis code is written in Python 2.7.15, some scripts are written in Python 3.8.8.
 Note that all analysis codes necessitate the importation of open source Python libraries:
 
+```
 import numpy as np
 import matplotlib.pyplot as plt
 import pandas as pd
 import os
 import scipy.io
 from scipy import stats
+```
 
 In addition, we provide two custom-written libraries in the dataset that are needed for data analysis and modelling that need to be imported in the respective notebooks:
 
+```
 import octopus as oct
 import blindschleiche as bs
+```
 
 Python versions and libraries needed for executing the script are listed in the first cell of every Jupyter notebook.