mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[GH-ISSUE #5] how to setup via brew in mac #4
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wajidp on GitHub (Jan 23, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/5
how do i install with
homebrewin mac os ?@PaulisMatrix commented on GitHub (Jan 23, 2023):
@wajidp, You need to install ffmpeg and manim which are its dependencies.
Check here: https://initialcommit.com/blog/git-sim#how-to-install-and-run-git-sim
@initialcommit-io commented on GitHub (Jan 24, 2023):
Yes @wajidp please follow the steps at the link in the previous comment. Go to the link in step (1) on the Manim website it will tell you how to install Manim for MacOS.
Then you can use Homebrew to install a version of Python newer than 3.7, and then use pip to install git-sim. Please test it out and let us know if any issues.
@wajidp commented on GitHub (Jan 24, 2023):
ok thanks @initialcommit-io @PaulisMatrix