GithubHelp home page GithubHelp logo

Comments (3)

akelai avatar akelai commented on May 27, 2024

For which OS you’re most interested in?

from remarks.

Welstand avatar Welstand commented on May 27, 2024

macOS Big Sur Version 11.2.2

from remarks.

lucasrla avatar lucasrla commented on May 27, 2024

Hey @Welstand,

To run remarks, you need just two things: git and python. Python 3.8 comes pre-installed with macOS Big Sur. So the only new thing you need is git. There are several ways to install it. A straightforward one is described here: https://docs.github.com/en/github/getting-started-with-github/set-up-git

There is a catch with Apple's default Python, though. Apple ships both python2 and python3 on macOS Big Sur. Because remarks needs Python >= 3.8 you must use the command python3 and pip3 and not simply python and pip (which unfortunately point to python2).

Now, just open your terminal and type the following:

# Download remarks to your machine
git clone https://github.com/lucasrla/remarks.git && cd remarks

# Install the dependencies
pip3 install -r requirements.txt

# Run it and learn the features that are available
python3 -m remarks --help

Please let us know if you run into any problems.

PS: I have just enabled the Wiki feature. It is open for anyone to edit/write it: https://github.com/lucasrla/remarks/wiki. Feel free to document your steps there so that future users can learn as well.

PPS: I will convert this issue to a discussion. It seems more appropriate there.

from remarks.

Related Issues (20)

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.