Skip to content

Commit

Permalink
UPDATES
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantha Raju C committed Feb 25, 2024
1 parent 210690c commit 816ccaa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions documentation/GETTING_STARTED.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

~~~shell
python --version

pip --version

python -c "import torch; print(torch.__version__)"
pip3 show torch

pip3 list | grep tensorflow
pip list | grep tensorflow

pip list
~~~


~~~shell
python -m venv .env
Expand Down

0 comments on commit 816ccaa

Please sign in to comment.