Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceGeneric authored Jun 1, 2024
1 parent e86318b commit 8a415af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CONDA_NO_PLUGINS=true conda env update --file environment.yml --name base

# Install Python packages
echo "Installing Python packages..."
pip3 install torch transformers beautifulsoup4 selenium nltk qiskit openai datasets
pip3 install pytorch transformers beautifulsoup4 selenium nltk qiskit openai datasets

# Verify the installation of selenium
pip3 show selenium
Expand Down

0 comments on commit 8a415af

Please sign in to comment.