Skip to content

Commit

Permalink
Merge pull request #34 from kasmar00/requirements
Browse files Browse the repository at this point in the history
add requirements file
  • Loading branch information
Koralovy authored Oct 4, 2021
2 parents 6a41541 + 390c585 commit 4c0f690
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Computing 2 sem, Faculty of Computing and Telecomunications Poznań Univeristy o

## Running

1. Install dependencies from `requirements.txt`
1. Install Tkinter (ubuntu apt: `python3-tk`)
1. Run the `main.py`

# Symulacja dwuwymiarowego gazu
Expand All @@ -23,5 +25,6 @@ Informatyka 2 sem, Wydział Informatyki i Telekomunikacji, Politechnika Poznańs

## Uruchomienie

1. Uruchomić plik `main.py`

1. Zainstaluj zależności z `requirements.txt`
1. Zainstaluj Tkinter (ubuntu apt: `python3-tk`)
1. Uruchom plik `main.py`
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy==1.21.2

0 comments on commit 4c0f690

Please sign in to comment.