Skip to content

diogojapinto/mtg-data-mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTG Data Mining

A repository dedicated to mining MTG data. Check the project's page for the status of it.

Maniging the Conda environment

This repository uses conda to manage the development environment. The quickest way to get started is through installing miniconda.

Here's a cheat sheet on conda.

Note: The environment provided in this repo is compatible with Windows 11 OS - 64 bits.

Loading the environment

If you haven't set up the environment yet, configure it based on the environment file and load it like so:

conda env create -f environment.yml
conda activate mtg-data-mining

If you already had the environment, and just want to update it:

conda activate mtg-data-mining
conda env update --file environment.yml --prune

Exporting the environment

As one modifies the environment's packages, the environment file should be updated as follows:

conda env export | grep -v "^prefix: " > environment.yml

Credits

About

A repository dedicated to mining MTG data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published