Skip to content

Commit

Permalink
install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Dec 24, 2024
1 parent 5cfcee3 commit d8acedc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ One can also install the latest version using pip by running the following comma

pip install git+https://github.com/sambit-giri/AstronomyCalc.git

The dependencies should be installed automatically during the installation process. The list of required packages can be found in the requirements.txt file present in the root directory.
*Important Notes*:
* Python Version: This package requires Python version 3.8 or higher.
* Virtual Environment: Using a Python virtual environment is recommended to prevent conflicts with system software. You can create one using Anaconda or venv.
* The dependencies should be installed automatically during the installation process. The list of required packages can be found in the requirements.txt file present in the root directory.

### Tests

Expand Down

0 comments on commit d8acedc

Please sign in to comment.