GithubHelp home page GithubHelp logo

isabella232 / open-source-directions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quansight/open-source-directions

0.0 0.0 0.0 8.87 MB

Podcast feed for Open Source Directions

Home Page: https://www.quansight.com/open-source-directions

open-source-directions's Introduction

Open Source Directions

Podcast feed for Open Source Directions

This is based on jekyll-now.

Directions for Installing Dependencies

First, we need to create an environment with most of our dependencies. In the repo directory, run:

$ conda env create

This will create an osd environment. We will then need to activate this anytime we need to do any work!

$ conda activate osd

Lastly, to install, we'll need to have umdone project. This is currently an internal Quansight project and so there is no conda package available. We will need to grab the repo and install it.

(osd) $ git clone [email protected]:scopatz/umdone.git
(osd) $ cd umdone
(osd) $ pip install --no-deps .

OK! Now we are ready to start releasing episodes!

Releasing an episode

Step 1: The first step in releasing an episode is to write the show notes. Go into the episodes/ directory and copy the temnplate to a file with the project name, open the new file, and edit the details. Then commit it and push up!

(osd) $ cd episodes
(osd) $ cp TEMPLATE.yaml <proj>.yaml
(osd) $ # edit <proj>.yaml
(osd) $ git add <proj>.yaml
(osd) $ git commit -am "added metadata for <proj>"
(osd) $ git push

open-source-directions's People

Contributors

barryclark avatar scopatz avatar tonyfast avatar eringrand avatar javiercejudo avatar peteretelej avatar bkiers avatar genericmethod avatar daniel15 avatar daattali avatar esteinborn avatar vermluh avatar henryaj avatar hunjaelee avatar italohdc avatar fleeting avatar junefrench avatar praseodym avatar omgmog avatar rnicholus avatar yzyzsun avatar coltonfitzgerald avatar dijonkitchen avatar nscyclone avatar sunnankar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.