Commit c499280b authored by Leon Pyka's avatar Leon Pyka
Browse files

updated README.md

parent b055d12a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ To work with this code make sure to clone this exact git repo:

## Using Python Packages
Packages include functions, objects, etc. that are not natively included in python.    
In the course of this practical we will use a number of packages i.e. `ase` for the actual simulation, `numpy` for matrix calculations. To use functions and objects we need to import them, this is done in the scripts.    
The scripts of this practical use a number of packages i.e. `ase` for the actual simulation, `numpy` for matrix calculations. To use functions and objects we need to import them, this is done in the scripts.    

## Setting up the environment    
Before any of the scripts will run, make sure to initialize a virtual environment with all the required packages.