Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced_Microcopy

Authors: Luis Aguilera

License Open In Colab

Description

Basic Python tutorial

Installation

Installation on a local computer

To install this repository and all its dependencies. We recommend installing Anaconda.

  • Clone the repository.
git clone --depth 1 https://github.com/luisub/Python_Tutorial.git

Create a new Conda environment named 'Python_Tutorial' with Python 3.10

conda create -n Python_Tutorial python=3.10 -y

Activate the environment

conda activate Python_Tutorial
  • Move to the directory
cd Python_Tutorial 
  • To include the rest of the requirements use:
 pip install -r requirements.txt

Additional steps to deactivate or remove the environment from the computer:

  • To deactivate the environment, use
 conda deactivate
  • To remove the environment use:
 conda env remove -n Python_Tutorial

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages