From 4192380d72bbc0b0c7087d15776c3211edec0fac Mon Sep 17 00:00:00 2001 From: jhagspiel Date: Sat, 4 Jun 2022 20:08:28 +0200 Subject: [PATCH] Added more assumptions to the README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 221d74b..628a694 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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