Skip to content
/ smmrt Public

sharing python and R tools that everyone needs

Notifications You must be signed in to change notification settings

vskode/smmrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

smmrt

sharing python and R tools that everyone needs

to install:

  • navigate to directory where you would like to place the git folder
  • open git bash
  • git clone https://github.com/vskode/smmrt.git

to create an environment:

  • conda create --name env_smmrt
  • pip install -r requirements.txt

to run a file, for example the resample_files.py script:

  • conda activate env_smmrt
  • python resample_files.py

to update your local repository:

  • if you have made changes to files, that you don't mind discarding: git stash
  • git pull
  • if you have made changes that you would like to add to the remote repository:
  • git add _name_of_changed_files_ or if you want to add all changed files git add .
  • git commit -m "message about what you have changed"
  • git push

About

sharing python and R tools that everyone needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages