Skip to content

Commit 748b1ad

Browse files
Merge pull request #16 from pace-gt/code_updated_jan_2026
Code updated jan 2026
2 parents fba5ad5 + 312c121 commit 748b1ad

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ Alternative software for `miniforge`:
1919

2020
The python_github_tutorial package dependencies can be installed via conda, and this package tagged in conda via pip install:
2121

22+
To perform the python_github_tutorial package build, please run the following commands
23+
from the ``<YOUR_FILE_PATH/python_github_tutorial`` directory.
24+
2225
Create and install conda package:
2326

24-
Change to the directory with the "environment.yml" file -> "<YOUR_FILE_PATH/python_github_tutorial>"
27+
Change to the directory
2528

2629
`cd python_github_tutorial`
2730

@@ -42,9 +45,9 @@ Note: If you update the conda package, you may have to redo the pip install. Wi
4245

4346
## Run the example
4447

45-
This is an example of the supplimentary functions in the utils directory (python_github_tutorial/utils) and the main function in the main_functions directory (python_github_tutorial/main_functions).
48+
This is an example of the supplimentary functions in the utils directory (``<YOUR_FILE_PATH/python_github_tutorial/python_github_tutorial/utils``) and the main function in the main_functions directory (``<YOUR_FILE_PATH/python_github_tutorial/python_github_tutorial/main_functions``).
4649

47-
The example is located here 'examples_to_run/examples.py'. The instructions to run it are provided below:
50+
The example is located here ``<YOUR_FILE_PATH/python_github_tutorial/examples_to_run``. The instructions to run it are provided below:
4851

4952
`cd examples_to_run`
5053

@@ -64,7 +67,7 @@ The unit tests via ``pytest`` ensure that the code is build properly, running co
6467
accurate results.
6568

6669
To perform these tests (unit tests) for the python_github_tutorial package, please run the following commands
67-
from the ``python_github_tutorial/tests`` directory:
70+
from the ``<YOUR_FILE_PATH/python_github_tutorial/python_github_tutorial/tests`` directory:
6871

6972
Run all the tests:
7073

@@ -88,14 +91,17 @@ Run individual test on 'test_main_functions.py':
8891

8992
Building these HTML files locally via sphinx, which will allow you to access them with your
9093
local internet browsing application or HTML viewer (chrome, safari, VScode, etc.).
91-
The HTML files will be located in the ``docs/_build/html`` directory after they are built.
94+
The HTML files will be located in the ``<YOUR_FILE_PATH/python_github_tutorial/docs/_build/html`` directory after they are built.
9295

9396
The python_github_tutorial utilizes [sphinx](https://www.sphinx-doc.org/en/master/index.html) to construct the documentation.
9497
The user can build the documentation locally by executing the following command from the ``docs`` directory:
9598

99+
To perform the documents (docs) build for the python_github_tutorial package, please run the following commands
100+
from the ``<YOUR_FILE_PATH/python_github_tutorial/docs`` directory:
101+
96102
`conda activate python_github_tutorial`
97103

98-
`cd python_github_tutorial/docs`
104+
`cd docs`
99105

100106
`make html`
101107

0 commit comments

Comments
 (0)