Skip to content

Commit

Permalink
Added more assumptions to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneshagspiel committed Jun 4, 2022
1 parent 17d592f commit 4192380
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The "G-Code Viewer" is desktop application created in order to support the manip
## Features

With the "G-Code Viewer", the user can:
- move around freely in a generate 3D model representing the bed of a 3D printer and the results of a G-Code file
- move around freely in a generated 3D model representing the bed of a 3D printer and the results of a G-Code file
- analyze the actions taken by a 3D printer when executing a G-Code file in both a static and dynamic 2D layer-by-layer view

## Tools
Expand All @@ -28,7 +28,8 @@ With the "G-Code Viewer", the user can:

## Installation Process

If you want to import this project and resolve all the dependencies associated with it, it is assumed that you have already installed [Anaconda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html). Re-create the original `GCode-Viewer` environment from the `environment.yml` file with this command:
If you want to import this project and resolve all the dependencies associated with it, it is assumed that you have already installed [Anaconda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html), [Python](https://www.python.org/downloads/windows/), an IDE like [PyCharm](https://www.jetbrains.com/pycharm/download/#section=windows) and that your operating system is Windows.
Re-create the original `GCode-Viewer` environment from the `environment.yml` file with this command:

conda env create -f environment.yml

Expand Down

0 comments on commit 4192380

Please sign in to comment.